A. functions B. package C. procedure D. database trigger E. anonymous PL/SQL block
Exhibit: View the Exhibit.You have more than one table in the recycle bin having the same original name, DEPT2. You do not have any table with the nameDEPT2 in your schema. You executed the following command:PURGE TABLE dept2; Which statement is correct in this scenario?()
A. All the tables having the same original name as DEPT2 will be purged from the recycle bin. B. The table with dropscn = 1928151 (oldest dropscn) will be purged from the recycle bin. C. The table with dropscn = 1937123 (most recent dropscn) will be purged from the recycle bin. D. None of the tables will be purged because there are multiple entries with the same original name in the recycle bin.
While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following: a) high availability of data b) faster primary key access to the table data c) compact storage for the table Which type of tables would you use to achieve these objectives?()
A. heap tables B. object tables C. partitioned tables D. index-organized tables (IOTs)