What is the result of executing a TRUNCATE TABLE command on a table, in a non-CDB database,that has Flashback Archiving enabled?
A. It fails with the ORA-665610 Invalid DDL statement on history-tracked message
B. The rows in the table and the archive are truncated, and flashback archiving is disabled.
C. The rows in the table are truncated without being archived.
D. The rows in the table are archived, and then truncated.
E. The rows in both the table and the archive are truncated.