READ Free Dumps For Oracle- 1z0-061
Question ID 2305 | You issued the following command: |
Option A | A. All uncommitted transactions are committed. |
Option B | B. All indexes and constraints defined on the table being dropped are also dropped. |
Option C | C. Sequences used in the employees table become invalid. |
Option D | D. The space used by the employees table is reclaimed immediately. |
Option E | E. The employees table can be recovered using the rollback command. |
Option F | F. The employees table is moved to the recycle bin. |
Correct Answer | B,C,F |
Question ID 2306 | Examine the create table statements for the stores and sales tables. |
Option A | A. Disable the primary key in the STORES table. |
Option B | B. Use CASCADE keyword with DELETE statement. |
Option C | C. DELETE the rows with STORE_ID = 900 from the SALES table and then delete rows from STORES table. |
Option D | D. Disable the FOREIGN KEY in SALES table and then delete the rows. |
Option E | E. Create the foreign key in the SALES table on SALES_ID column with on DELETE CASCADE option. |
Correct Answer | A,C,D |