1.
You need to add a pop-up menu to the CV_EMP canvas to display when a user right-clicks the mouse within the canvas. How could you create the pop-up menu?
2.
You are creating a sales data template and need to add a picture to the margin. What is the best way to add this margin?
3.
You are developing an inventory report for the purchasing department. To begin you creates this query: SELECT ID_number, description, quantity, unit_price, quantity* unit_price 'amount' FROM inventory You need a report level total for the amount column. What is the best way to accomplish this task?
4.
You have forgotten the name of binary PL/SQL library saved to the operating system. This file contains the PL/ SQL constricts you created for the inventory report. For which file extension should you reach?
5.
The transportation department requested a shipping cost report to list the resources used by each department. A separate page should be product for each department. Which property would you modify to achieve these results?
6.
You create the sales report and run it in the live previewer. After which change would the live previewer require the data?
7.
You creating a report that will run in both character mode and bitmapped environments. You include some printer codes in your report. What will happen when you run the report in bitmapped mode?
8.
You create a tabular employee report and are concerned about readability because the employee records are very close together. What is the best way to increase the amount of white space between the records?
9.
You are developing a tax report for the payroll application. You created a before parameter form report trigger to create three temporary tables to store text that are need while the report is executed. Which report trigger would you use to delete these temporary tables?
10.
You are creating a tabular report to display each employee's name, department, number and hire date. You need to change the column data of the hire_date column to start date. In which window could you complete this?