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? (Choose two)
A.
You cannot delete Record Group SOLD at run time.
B.
You cannot delete Record Group SHIP at run time.
C.
You should delete Record Group SOLD with built-in DELETE_GROUP(‘SOLD’);
D.
You should delete Record Group SHIP with built-in DELETE_GROUP(‘SHIP’);
E.
You should delete Record Group SOLD with built-in DELETE_GROUP_ROW(SOLD’,ALL_ROWS);
F.
You should delete Record Group SHIP with built-in DELETE_GROUP_ROW(SHIP’,ALL_ROWS);