Oracle Database SQL — Question 68

Which three statements are true about external tables? (Choose three.)

Answer options

Correct answer: C, D, F

Explanation

The correct answers C, D, and F highlight that external tables can be utilized in join and sort operations and that their metadata is maintained in the database. Options A, B, and E are incorrect as external tables are not designed to be temporary, cannot be modified by DML statements, and cannot be indexed.