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


您可能感兴趣的试卷

你可能感兴趣的试题

1.多项选择题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. 

2.多项选择题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

3.单项选择题You need to create a data block for DML operations in the NEW_EMPLOYEE form module. Which data source can you use for this block?()

A.REF cursor query. 
B.Stored function. 
C.From clause query. 
D.Transactional trigger.

5.单项选择题You established access to menu modules using roles. While testing the application, you need access to all the menus in the SALES form module for all the roles. Which method will override the Menu Module Roles property to allow you to access all the menu items?()

A.Disable the values for the Menu Module Roles property. 
B.Set the Use Security value in the form module Property Palette to 'True'. 
C.Set the Use Security value in the form module Property Palette to 'False'. 
D.Set the Use Security value in the menu module Property Palette to 'True'. 
E.Set the Use Security value in the menu module Property Palette to 'False'. 

6.单项选择题What does the FIND_MENU_ITEM built-in function return?()

A.The internal ID of a menu. 
B.The internal ID of a menu item. 
C.The internal ID of a menu module. 
D.The internal ID of form module to which the menu is attached.

7.单项选择题You are creating the CUST_PREMIUM data block in the AUTO_INSURANCE form. A new state law requires that premiums be lowered for drivers with a good driving history. Because this could potentially affect a large number of records, you want to base the data block on a stored procedure returning a table of records. Which statement supports this approach?()

A.A table of records is efficient in terms of network traffic. 
B.A table of records improves developer productivity because the database administrator does not have to create a server side view. 
C.A table of records is efficient because the number of records fetched depends on the Array Fetch property value.
D.Your coding effort is simplified since DML operations are handles by setting form module properties.

9.单项选择题Which object is added to a form module when you copy the reusable calender class?()

A.List icon 
B.Object group 
C.PL/SQL library 
D.Key-Listval trigger 

10.单项选择题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 deleted?()

A.When the user navigates to the HOTEL item. 
B.When the form module successfully compiles. 
C.After Form Builder validates the SELECT statement and dismisses the New Record Group dialog box. 
D.When the user enters data in the HOTEL item, and the Validate from List property for the HOTEL item is set to YES.

最新试题

The character mode sales report is stored on the network drive as a .REX. You need to make changes to the report layout. Using the report builder how would you change this file?()

题型:单项选择题

Which three scenarios describe appropriate uses for key triggers?()

题型:多项选择题

You create a financial report to be represented to board of directors. The accounting manager has asked you to change the number format to show a thousand separator. What is the best method to make this change to the report quickly?()

题型:单项选择题

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

题型:单项选择题

You are creating the DEPT_SAL data block from the PAYHIST form. Users should be able to enter a valid department ID number, which will then display the employee salary information for that department. This data block could potentially retrieve a large number of records. Since users will probably only view a small number of these records, only 10 records should be fetched at one time. How would you create the data block?()

题型:单项选择题

You create the sales report and run it in the live previewer. After which change would the live previewer require the data? ()

题型:单项选择题

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

题型:单项选择题

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

题型:单项选择题

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

题型:单项选择题

The IT department requested a report to list each server name and the name of each department that utilizes resources from each server. You create a tabular layout that breaks on the server name. You ran the report and noticed that the department field is too large for most of the department names. Which field size setting would you use to allow the field to be smaller but not larger than the field layout size?()

题型:单项选择题