单项选择题
You are creating a new form for the Order Entry application. You define a record group that will be created when the form is executing this built in: CREATE_GROUP(rg_emplist, global_scope) Which form(s) in the application will have access to this record group?()
A.All forms in the application.
B.Any forms opened by the user who initiated the record group.
C.Only the form issuing the CREATE_GROUP built-in.
D.Any forms referenced by the form that contains the procedure.
相关考题
-
多项选择题
WhichthreestatementsdescribethefunctionalityoftheDO_KEYbuilt-in?()
A.It accepts both a built-in and a key name as argument.
B.If no key trigger is defined, the specified built-in executes.
C.Its parameter must be specified in upper case, enclosed in single quotation marks.
D.It performs the same task as if you pressed the function key associated with the specified argument.
E.It executes the key trigger that corresponds to the built-in specified as its parameter. -
多项选择题
YouarecreatingaformthatwillaccessanOracle8database.Onwhichthreesourcescanyoubaseadatablock?()
A.BFILE
B.REF column
C.Object table
D.Column object
E.INSTEAD-OF trigger -
单项选择题
YouneedtocreateadatablockforDMLoperationsintheNEW_EMPLOYEEformmodule.Whichdatasourcecanyouuseforthisblock?()
A.REF cursor query.
B.Stored function.
C.From clause query.
D.Transactional trigger.
