1.
The data blocks in your form module are based on object tables. How would you create a masterdetail relationship between two of these blocks?
2.
Which built-in copies values from a list item into a record group?
3.
The telesales force requested additional ways to terminate the automated polling questionnaire. In addition to the default functionality, you provide a menu item and a button for this purpose. Adhering to efficient coding practices, which PL/SQL code do you use for the menu item and the button?
4.
You create a master-detail form. The users need to be able to exit the form quickly, adhering to default transaction processing, regardless of the cursor location. You believe you can achieve this using a Key-Exit trigger. What do you need to do to implement this request?
5.
Which is an example of a dynamic SELECT statement?
6.
Which datatype is returned by the FIND_MENU_ITEM built-in function?
7.
In the COURSE_ENROLLMENT form module, you define a master-detail relation between the COURSES_OFFERED data block and the STUDENT data block, respectively. To implement block coordination, which statement must be true?
8.
You write a procedure that will be called from two level triggers and a database trigger. Where should you store this code?
9.
What is the data type returned by the CREATE_TIMER built-in?
10.
You have written a custom menu for a Forms application. You saved the menu module to the file custmenu.mmb. In the Property Palette for the form, you set the Menu Module property to custmenu. When you run the form, the custom menu does not appear. What can you do to fix this problem?