Which two statements are true about external tables? (Choose two.)
Which two statements are true about external tables? (Choose two.)
External tables allow read-only access to data external to the database and do not support DML operations like INSERT, UPDATE, or DELETE, confirming that DML statements cannot be used on them. Additionally, their metadata is stored in the database while the actual data is stored outside the database, making it true that both their metadata and data are stored outside the database.
AB for me
you cant populate external table. You can populate from external table. B is wrong
AC is correct.