Oracle Database Administration I — Question 140

Which two are benefits of external tables? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is correct because external tables allow querying and transforming data without prior loading. Option D is also correct as it enables the unloading of results to a file. Options A and C are incorrect because external tables do not support DELETES and UPDATES in the way described. Option E is incorrect since external tables cannot be queried while the database is in the MOUNT state.