Oracle
1Z0-141 · Question #7
1Z0-141 Question #7: Real Exam Question with Answer & Explanation
The correct answer is B. You cannot delete Record Group SHIP at run time. C. You should delete Record Group SOLD with built-in DELETE_GROUP('SOLD');. See the full explanation below for the reasoning.
Question
The Orders form has two Record Groups: the SHIP Record Group that was created at design time, and the SOLD Record Group that was created at run time. You are required to write a Program Unit that will delete both Record Groups. Which two statements describe your situation? (Select two.)
Options
- AYou cannot delete Record Group SOLD at run time.
- BYou cannot delete Record Group SHIP at run time.
- CYou should delete Record Group SOLD with built-in DELETE_GROUP('SOLD');
- DYou should delete Record Group SHIP with built-in DELETE_GROUP('SHIP');
- EYou should delete Record Group SOLD with built-in
- FYou should delete Record Group SHIP with built-in
Community Discussion
No community discussion yet for this question.