GET_GROUP_ROW_COUNT
GET_GROUP_SELECTION_COUNT
GET_GROUP_SELECTION
FIND_GROUP
FIND_COLUMN
ADD_GROUP_ROW
第1题:
You are working as a DBA at NetFx Corporation. A user, Scott, is maintaining the records of all the employees in the EMPLOYEEtable. Initially, the salary of the employee, ’E0025’, was $1800. On 1 May 2004, the salary of the employee, ’E0025’, was increased by $200. The user, Scott, issued the following statement to modify the record of the employee, ’E0025’: SQL>UPDATE EMPLOYEE SET SALARY = 2000 WHERE EMPNO = ’E0025’; SQL>COMMIT; On December 1, 2004, the salary of the employee, ’E0025’, was increased by $400. The user, Scott, issued the following statement to modify the record of the employee, ’E0025’: SQL>UPDATE EMPLOYEE SET SALARY = 2400 WHERE EMPNO = ’E0025’; SQL>COMMIT; On July 1, 2005, the salary of the employee, ’E0025’, was increased by $500. The user, Scott, issued the following statement to modify the record of the employee, ’E0025’ SQL>UPDATE EMPLOYEE SET SALARY = 2900 WHERE EMPNO = ’E0025’; SQL>COMMIT; On July 5, 2005, the HR manager asked you to generate the increment report of the employee, ’E0025’, for the period between 1 May 2004 and 1 July 2005. Which flashback feature will you use to generate the increment report?()
第2题:
You are developing the Payroll application that contains the SALARY and COMMISSION forms. When a user invoked the COMMISSION form from the SALARY form, the SAL value should be passed to the COMMISSION form. In which data form and at what time should you define the parameter to accept the value?()
第3题:
At design time, you create a query record group for the LOV associated with the HOTEL text item in a form module for the Travel Planner Application. When is the record group populated?()
第4题:
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?()
第5题:
You install two Exchange Server 2010 Service Pack 1 (SP1) Edge Transport servers named Edge1 and Edge2.You need to ensure that e-mail is sent only to Edge2 if Edge1 fails. What should you do?()
第6题:
GET_GROUP_ROW_COUNT
GET_GROUP_SELECTION_COUNT
GET_GROUP_SELECTION
FIND_GROUP
FIND_COLUMN
ADD_GROUP_ROW
第7题:
Only the Flashback Table
Both the Flashback Transaction Query and the Flashback Version Query
Only the Flashback Drop
Only the Flashback Version
第8题:
GET_RELATION_PROPERTY
SET_RELATION_PROPERTY
GET_BLOCK_PROPERTY
GET_FORM_PROPERTY
第9题:
When the user navigates to the HOTEL item.
When the form module successfully compiles.
After Form Builder validates the SELECT statement and dismisses the New Record Group dialog box.
When the user enters data in the HOTEL item, and the Validate from List property for the HOTEL item is set to YES.
第10题:
CREATE_GROUP
ADD_GROUP_NOW
POPULATE_GROUP
ADD_GROUP_COLUMN
CREATE_GROUP_FROM_QUERY
第11题:
CREATE VIEW emp_vu AS SELECT * FROM employees WHERE department _ id IN (10,20);
CREATE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20) WITH READ ONLY;
CREATE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20) WITH CHECK OPTION;
CREATE FORCE VIEW emp_vu AS SELECT * FROM employees WITH department_id IN (10,20);
CREATE FORCE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20) NO UPDATE;
第12题:
Create two CNAME records that have the same name.Create one MX record that uses the FQDN of the CNAME records.Assign a priority of 0 to the MX record.
Create two MX records.Assign the MX record for Edge1 a priority of 5.Assign the MX record for Edge2 a priority of 1.
Create two A records that use the same name.Create one MX record that uses the FQDN of the A record.Assign a priority of 0 to the MX record.
Create two MX records.Assign the MX record for Edge1 a priority of 1.Assign the MX record for Edge2 a priority of 5.
第13题:
Which two are true about aggregate functions? ()
第14题:
Which built-in copies values from a record group into a list item? ()
第15题:
You need to allow the user to toggle between automatic query and no automatic query using a pop-up menu. Which built-in would you use in the menu item command to obtain the relationship name? ()
第16题:
You need to create a form for Payroll application that will allow the user to view all information for any employee ID queried. This data should be displayed to the user in a grouped format. The user should be able to choose which information they want to see from a pull down list containing the values PERSONAL and PAYROLL. Which format should you use to create this form?()
第17题:
A rotating item is an individual item that is defined with a common item number. An item is designated as rotating because one wants to be able to create individual asset records by using the information (Classification, Specification,and Item Assembly Structure) contained on the item record.
A rotating item is a set of items that are defined with a specific code. An item is designated as rotating because one does not want to be able to create individual asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the item record.
A rotating item is a set of kits that are defined with a specific description and GL. An item is designated as rotating because one has the single cost to manage prefers to be able to create individual asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the assembly record.
A rotating item is an individual item that is defined with a common item number and can be a spare part. An item is designated as rotating because one wants to be able to create multiple asset records by using the information (Classification, Specification, and Item Assembly Structure) contained on the item set records.
第18题:
A
B
C
D
第19题:
SALARY form at runtime.
SALARY form at design time.
COMMISSION form at runtime.
COMMISSION form at design time.
第20题:
POPULATE_LIST
POPULATE_GROUP
POPULATE_LIST_ITEM
POPULATE_LIST_FROM_GROUP
POPULATE_LIST_ITEM_FROM_GROUP
第21题:
When the user navigates to the HOTEL item.
When the form module successfully compiles.
After Form Builder validates the SELECT statement and dismisses the New Record Group dialog box.
When the user enters data in the HOTEL item, and the Validate from List property for the HOTEL item is set to YES.
第22题:
All forms in the application.
Any forms opened by the user who initiated the record group.
Only the form issuing the CREATE_GROUP built-in.
Any forms referenced by the form that contains the procedure.
第23题:
It is created as a nondisplay item.
The Lock Record property is set to Yes.
It cannot be referenced in item level triggers.
It is placed on the canvas with the highest sequence number.
第24题:
Flashback Drop
Flashback Table
Flashback Database
Flashback Version Query