Which two are true about virtual columns? (Choose two.)
Which two are true about virtual columns? (Choose two.)
Virtual columns in a database can be indexed, making them efficient for query performance improvements. Additionally, they can be referenced in the WHERE clause of an UPDATE or DELETE statement, allowing for conditional operations based on the computed values of the virtual columns.
https://oracle-base.com/articles/11g/virtual-columns-11gr1
more details about virtual columns: https://www.gpsos.es/2021/03/virtual-columns-in-oracle-use-and-limitations/?lang=en
AE They can be indexed and used in where clause of UPDATE and DELETE statements