Oracle
1Z0-052 · Question #32
1Z0-052 Question #32: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-052 to reveal the answer and full explanation for question #32. The question stem and answer options stay visible for context.
Managing Schema Objects
Question
You execute this command to drop the ITEM table, which has the primary key referred in the ORDERS table: SQL> DROP TABLE scott.item CASCADE CONSTRAINTS PURGE; Which two statements are true about the effect of the command? (Choose two.)
Options
- ANo flashback is possible to bring back the ITEM table
- BThe ORDERS table is dropped along with the ITEM table
- CThe dependent referential integrity constraints in the ORDERS table are disabled
- DThe dependent referential integrity constraints in the ORDERS table are removed
- EThe table definition of the ITEM table and associated indexes are placed in the recycle bin
Unlock 1Z0-052 to see the answer
You've previewed enough free 1Z0-052 questions. Unlock 1Z0-052 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#DROP TABLE#CASCADE CONSTRAINTS#PURGE#referential integrity constraints