The Department form is part of a multiform application that also includes the Customer and Orders forms. The Department form must include a query-based PRODUCT Record Group. You must ensure that all three forms can access the PRODUCT Record Group.
Which built-in will you use to create the PRODUCT Record Group?
A.
CREATE_GROUP(‘PRODUCT’)
B.
CREATE_GROUP(‘PRODUCT’,FORM_SCOPE)
C.
CREATE_GROUP(‘PRODUCT’,GLOBAL_SCOPE)
D.
CREATE_GROUP_FROM_QUERY(‘PRODUCT’,’select id,desc from
products’,GLOBAL_SCOPE)
E.
CREATE_GROUP_FROM_QUERY(‘PRODUCT’,’select id,desc from
products’,FORM_SCOPE)