Which three statements are true about external tables? (Choose three.)
Which three statements are true about external tables? (Choose three.)
External tables can be used in queries containing joins and sorts, and their metadata is stored in the database. They cannot be temporary tables, cannot be modified using DML statements, and cannot be indexed.
C,D,F correct https://docs.oracle.com/cd/E18283_01/server.112/e17120/tables013.htm
I think C, D, F.
Index cannot be created on external table
CDF are true
CDF are true