Oracle9i forma Developer:build internet applications - 1Z0-141무료 덤프문제 풀어보기
Which statement about object libraries is true?
정답: A
Which two statements correctly describe the relationship between a content canvas and a window? (Choose two.)
정답: D,F
You are running a multiple-form application. The Customers form invokes the Orders form.
When the Orders form launches, it displays orders for only the active customer from the
Customers form. Forms exchange data with the :GLOBAL.CUSTOMER_ID variable.
The Orders form should be restricted to orders for the current customer only the first time a query is issued after invoking the Orders form. Which built-in helps you do this by setting the ONETIME_WHERE property to refer dynamically to the GLOBAL.CUSTOMER_ID?
When the Orders form launches, it displays orders for only the active customer from the
Customers form. Forms exchange data with the :GLOBAL.CUSTOMER_ID variable.
The Orders form should be restricted to orders for the current customer only the first time a query is issued after invoking the Orders form. Which built-in helps you do this by setting the ONETIME_WHERE property to refer dynamically to the GLOBAL.CUSTOMER_ID?
정답: D
You are developing a Human Resources form for HR clerks to insert, update, and delete records from the EMPLOYEES table. You are also maintaining an audit table with the following table description:
SQL> desc audit_changes
Name Null? Type
--------------------------------------- --------------- -----------------------------
TABLE_NAME VARCHAR2 (30)
ID NUMBER
TIMESTAMP DATE
CHANGE_BY VARCHAR2 (30)
CHANGE_TYPE VARCHAR2 (6)
Valid values for the CHANGE_TYPE column are INSERT, UPDATE, and DELETE.
Which trigger(s) must you create or modify in the Human Resources form to track all the information in the audit table?
SQL> desc audit_changes
Name Null? Type
--------------------------------------- --------------- -----------------------------
TABLE_NAME VARCHAR2 (30)
ID NUMBER
TIMESTAMP DATE
CHANGE_BY VARCHAR2 (30)
CHANGE_TYPE VARCHAR2 (6)
Valid values for the CHANGE_TYPE column are INSERT, UPDATE, and DELETE.
Which trigger(s) must you create or modify in the Human Resources form to track all the information in the audit table?
정답: A
Which two statements about a Non-Query Record Group are true? (Choose two.)
정답: A,D
You are testing a form. How can you programmatically disable validation during testing?
정답: B
Which statement about object libraries is true?
정답: A
View the Exhibit to examine the form.
The text items (Field1, Field2, and Field3) and the button (Check_Values) are in the
CONTROL block. The Mouse Navigate property of the button has been set to No.
The following code has been written in a When-Button-Pressed trigger on the
Check_Values button:
MESSAGE(:field1||' - '||:SYSTEM.cursor_item||
'- '||:SYSTEM.trigger_item);
With the focus in Field1, and the values 1, 2 and 3 in the text items, what message will be displayed when the button is pressed?

The text items (Field1, Field2, and Field3) and the button (Check_Values) are in the
CONTROL block. The Mouse Navigate property of the button has been set to No.
The following code has been written in a When-Button-Pressed trigger on the
Check_Values button:
MESSAGE(:field1||' - '||:SYSTEM.cursor_item||
'- '||:SYSTEM.trigger_item);
With the focus in Field1, and the values 1, 2 and 3 in the text items, what message will be displayed when the button is pressed?

정답: D
View the Exhibit.
You are attempting to drag the Control and CV_Order objects to an object group as shown in the exhibit, but you are unable to release them in the Object Group Children node of the object group.
What is the reason for this?

You are attempting to drag the Control and CV_Order objects to an object group as shown in the exhibit, but you are unable to release them in the Object Group Children node of the object group.
What is the reason for this?

정답: E