单项选择题 Form_A invokes Form_B in Post-Only mode. Which statement must be true?()

A.Form_A has updates or deletes that have not been posted or committed, and Form_A invokes Form_B with the OPEN_FORM built-in. 
B.Form_A has updates or deletes that have not been posted or committed, and Form_A invokes Form_B with the CALL_FORM built-in. 
C.Form_A has inserts that have not been posted or committed, and Form_A invokes Form_B with the OPEN_FORM built-in. 
D.Form_A has inserts that have not been posted or committed, and Form_A invokes Form_B with the CALL_FORM built in.


您可能感兴趣的试卷

你可能感兴趣的试题

2.单项选择题You want to create a temporary table while executing a procedure in a form. Which statement is true?()

A.You cannot create a table form within Forms. 
B.You must use the FORMS_DDL built-in to create the table. 
C.You must use the DBMS_DYNAMIC_DDL package to create the table. 
D.You can write the CREATE TABLE statement directly into the trigger.

4.多项选择题Which two triggers are mouse movement triggers?()

A.When-Mouse-Up 
B.When-Mouse-Move 
C.When-Mouse-Down
D.When-Mouse-Click 
E.When-Mouse-Leave  

6.单项选择题What does the term application partitioning refer to?()

A.The feature of a forms application enabling it to run both in client-server mode and on the Web. 
B.Storing PL/SQL program units between the Oracle server and the application to make optimal use of available resources. 
C.The nature of a three-tier architecture, where the form module and processing software reside on an application server. 
D.The feature of a forms application that is able to use Ethernet, twisted pair, and wireless data connections.

7.单项选择题Which built-in would you reference in your trigger code to remove a report from the Reports Server queue dynamically?()

A.FIND_REPORT_OBJECT 
B.CANCEL_REPORT_OBJECT 
C.REPORT_OBJECT_STATUS 
D.SET_PROPERTY OBJECT_PROPERTY

8.单项选择题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.

9.多项选择题Which three statements describe the functionality of the DO_KEY built-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. 

10.多项选择题You are creating a form that will access an Oracle8 database. On which three sources can you base a data block?()

A.BFILE 
B.REF column 
C.Object table 
D.Column object 
E.INSTEAD-OF trigger

最新试题

The accounts receivable department requested an accounts status to allow users to enter either a customer name, customer number, customer phone number and then display the customer out standing balance. You want to restrict the data retrieved based on values entered by the users. Which where clause would you write in the query to select statement to accomplish this task?()

题型:单项选择题

Which tool in the layout model could you use to create an external boiler plate object?()

题型:单项选择题

36 You are creating a report wizard to create a matrix report. The query build, you select the patient_name column from the patient table; the doctor_name from the doctors table; and the doctor_ID, patient_ID and ID columns from the procedure table. In the report wizard you select patient_name as the row value, doctor_ID as the column values and the count as the cell values. You need to add a total for each doctors column. In the wizard report which tab will allow you to create the summary column?()

题型:单项选择题

For an inventory report, you created a work_in_progress that contains two columns, ID_number and quantity. The parent group of the work_in_progress is in_inventory which contains one column, dept_no. You added a filter of fist fifteen to total_inventory and a filter of last 20 for work_in_progress. Which records will the report return?()

题型:单项选择题

In the data model you created this query: SELECT ID_no, description, price, quantity, manufacturer_ID FROM inventory Next you click and drag the manufacturer_ID column out of and above the default group. You needed to sort the child group by ID_number. How could you accomplish this task? ()

题型:单项选择题

Which report style would you use to create a report listing each department and including a listing of employees beneath their respective department?()

题型:单项选择题

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?()

题型:单项选择题

How would you default the layout of a parameter form? ()

题型:单项选择题

When is an implicit anchor created?()

题型:单项选择题

Using the reports server how would you force the orders report in the orders entry application to run every six hours?()

题型:单项选择题