Oracle Database SQL — Question 98

Which two are true about virtual columns? (Choose two.)

Answer options

Correct answer: A, E

Explanation

Option A is correct because virtual columns can indeed be indexed to improve query performance. Option E is also correct as virtual columns can be used in the where clause of update or delete statements. Options B, C, and D are incorrect; virtual columns can have specific data types, cannot be referenced in expressions for other virtual columns, and cannot be used in the set clause of an update statement.