单项选择题
Which datatype is returned by the FIND_MENU_ITEM built-in function?()
A.number
B.Boolean
C.menuitem
D.VARCHAR2
相关考题
-
单项选择题
WhichisanexampleofadynamicSELECTstatement?()
A.A query whose object names change during its execution.
B.A query whose object names are not known until run time.
C.A query whose bind variables values change during execution.
D.A query whose bind variable values are not known until run time. -
单项选择题
Youcreateamaster-detailform.Theusersneedtobeabletoexittheformquickly,adheringtodefaulttransactionprocessing,regardlessofthecursorlocation.YoubelieveyoucanachievethisusingaKey-Exittrigger.Whatdoyouneedtodotoimplementthisrequest?()
A.Define a Key-Exit trigger for all the blocks in the form.
B.In the Object Navigator, highlight all the items and define a Key-Exit trigger.
C.Define a Key-Exit trigger on the primary key item in the master block.
D.No additional key-trigger definition is necessary. -
单项选择题
Thetelesalesforcerequestedadditionalwaystoterminatetheautomatedpollingquestionnaire.Inadditiontothedefaultfunctionality,youprovideamenuitemandabuttonforthispurpose.Adheringtoefficientcodingpractices,whichPL/SQLcodedoyouuseforthemenuitemandthebutton?()
A.EXIT
B.EXIT_FORM
C.DO_KEY('Key-Exit')
D.DO_KEY('EXIT_FORM')
