You created a custom menu for the Order Entry application. The shipping administrator has requested an
additional submenu containing four items to invoke various reports. Which command type must you use to
identify the parent menu item as a submenu?
The accounting manager wants you to create a form that when queried will display a calculated total of year-to-
date actual expenditures for the found code entered. The values needed to generate this summary data are
stored in multiple tables.
Which data source type can you assign to the data block for this form without having the DBA create a
database object?
You create a data block based on a relation table containing a REF column. You select the REF column for
your form module.
Which statement about the REF column is true?
You create a package that contains PL/SQL variables that must be shared among several forms in the Travel
application. You place the package in a library and attach the library to all the forms that need to share the data.
Which parameter in the OPEN_FORM built-in must you set to ensure that changes made by one form are
visible to the other forms in the application?
You need to change the text of a pop-up menu that appears when a user right clicks the mouse in the
EMP_DATA data block. Where could you find the node for the pop-up menu in the Object Navigator?