单选题Which built-in copies values from a record group into a list item? ()APOPULATE_LIST BPOPULATE_GROUP CPOPULATE_LIST_ITEM DPOPULATE_LIST_FROM_GROUP EPOPULATE_LIST_ITEM_FROM_GROUP

单选题
Which built-in copies values from a record group into a list item? ()
A

POPULATE_LIST 

B

POPULATE_GROUP 

C

POPULATE_LIST_ITEM 

D

POPULATE_LIST_FROM_GROUP 

E

POPULATE_LIST_ITEM_FROM_GROUP


参考解析

解析: 暂无解析

相关考题:

Whichbuilt-incopiesvaluesfromalistitemintoarecordgroup?() A.RETRIEVE_LISTB.RETRIEVE_GROUPC.RETRIEVE_LIST_ITEMD.RETRIEVE_GROUP_FROM_LISTE.RETRIEVE_GROUP_FROM_LIST_ITEM

Whichbuilt-incopiesvaluesfromarecordgroupintoalistitem?() A.POPULATE_LISTB.POPULATE_GROUPC.POPULATE_LIST_ITEMD.POPULATE_LIST_FROM_GROUPE.POPULATE_LIST_ITEM_FROM_GROUP

As a network administrator,you have been instructed to prevent all traffic or iginating on the LAN from entering the R2 router.Which the following command would implement the access list on the interface of theR2 router?()A.access-list 101 inB.access-list 101 outC.ipaccess-group 101 inD.ipaccess-group 101 out

helga is working with a multi-value field that has numeric values in a list. she would like to apply a formula to each item in the list, return the list which one of the following @fuctions can she use to accomplish this with one line of code?()A、@transform  B、@Listprocess  C、@processlist D、@listevaluate

Which built-in copies values from a list item into a record group? ()A、RETRIEVE_LIST B、RETRIEVE_GROUP C、RETRIEVE_LIST_ITEM D、RETRIEVE_GROUP_FROM_LIST E、RETRIEVE_GROUP_FROM_LIST_ITEM

james needs to sort a list of values in a list of values in fieldA, and when the form in saved ,he wants to sort the list before it is saved. Which one of the following formulas would accomplish this?()A、 @sort B、 @sort(@thisvalue) C、 @sortAscending(fieldA)      D、 @sort(“ascesding”;”fieldA”)

Which three values are valid parameters for the DO_KEY built-in?()A、ENTER B、GO_ITEM C、VALIDATE D、EXIT_FORM E、EXECUTE_QUERY

Using the LIST command in Recovery Manager (RMAN), which two pieces of information from the RMANrepository can be listed?()A、Stored scripts in the recovery catalogB、Backups that can be deleted from diskC、Backup sets and images copies that are obsoleteD、Backups that do not have the AVAILABLE status in the RMAN repository

Your end users will need to change values in a REF lookup field in the form application you create. To facilitate choosing a new appropriate value, your provide them with? ()A、An LOV for REFS. B、A list item for REFs. C、A radio group for REFs. D、A hierarchical tree for REFS

Using the LIST command in Recovery Manager (RMAN), which two pieces of information from the RMAN repository can be listed?()A、Stored scripts in the recovery catalogB、Backups that can be deleted from diskC、Backup sets and images copies that are obsoleteD、Backups that do not have the AVAILABLE status in the RMAN repository

Which built-in copies values from a record group into a list item? ()A、POPULATE_LIST B、POPULATE_GROUP C、POPULATE_LIST_ITEM D、POPULATE_LIST_FROM_GROUP E、POPULATE_LIST_ITEM_FROM_GROUP

Which datatype is returned by the FIND_MENU_ITEM built-in function?()A、number B、Boolean C、menuitem D、VARCHAR2

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

Which three scenarios describe appropriate uses for key triggers?()A、Alter data in a database table. B、Add custom item validation code. C、Disable the Next Block key and menu item. D、Display a custom form in place of a List of Values. E、Change the navigational order of the blocks in a form. F、Perform a complex calculation each time the F10 key is pressed.

In your production database, you have multiple resource plan directives that refer to the consumer group DB_GRP. Which two statements are correct?()A、The parallel degree limit for DB_GRP will be the minimum of all the incoming values.B、The parallel degree limit for DB_GRP will be the maximum of all the incoming values.C、The maximum estimated execution time for DB_GRP would be the most nonrestrictive of all incoming values.D、If a session switched from the DB_GRP consumer group to another consumer group because it exceeded the prescribed switch time, then that session would not execute if the active session pool for the new consumer group was full.E、If a session switched from the DB_GRP consumer group to another consumer group because it exceeded the prescribed switch time, then that session would execute even if the active session pool for the new consumer group was full.

单选题The record group in the EMP form is populated using a SELECT statement that is constructed programmatically at runtime. Five employee records are displayed at one time, and a user chooses item two from the record group. Which built-in would you use to determine which rows were flagged in the record group?()AGET_GROUP_ROW_COUNT BGET_GROUP_SELECTION_COUNT CGET_GROUP_SELECTION DFIND_GROUP EFIND_COLUMN FADD_GROUP_ROW

单选题As a network administrator, you have been instructed to prevent all traffic originating on the LAN from entering the R2 router. Which the following command would implement the access list on the interface of the R2 router?()Aaccess-list 101 inBaccess-list 101 outCip access-group 101 inDip access-group 101 out

单选题helga is working with a multi-value field that has numeric values in a list. she would like to apply a formula to each item in the list, return the list which one of the following @fuctions can she use to accomplish this with one line of code?()A@transform  B@Listprocess  C@processlist D@listevaluate

单选题james needs to sort a list of values in a list of values in fieldA, and when the form in saved ,he wants to sort the list before it is saved. Which one of the following formulas would accomplish this?()A @sort B @sort(@thisvalue) C @sortAscending(fieldA)      D @sort(“ascesding”;”fieldA”)

多选题Which three values are valid parameters for the DO_KEY built-in?()AENTERBGO_ITEMCVALIDATEDEXIT_FORMEEXECUTE_QUERY

单选题Which of the following is NOT on the list items to be recorded in Oil Record Book Part I (machinery space operation)?()AAccidental discharge of oilBDisposal of oil residuesCQuantity of water produced by FWGDDischarge of dirty ballast or cleaning water from fuel oil tanks

单选题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?()AWhen the user navigates to the HOTEL item. BWhen the form module successfully compiles. CAfter Form Builder validates the SELECT statement and dismisses the New Record Group dialog box. DWhen the user enters data in the HOTEL item, and the Validate from List property for the HOTEL item is set to YES.

多选题Your application requires that you programmatically manipulate a nonquery record group. Which three built-ins can you use?()ACREATE_GROUPBADD_GROUP_NOWCPOPULATE_GROUPDADD_GROUP_COLUMNECREATE_GROUP_FROM_QUERY

单选题Which datatype is returned by the FIND_MENU_ITEM built-in function?()Anumber BBoolean Cmenuitem DVARCHAR2

单选题Your end users will need to change values in a REF lookup field in the form application you create. To facilitate choosing a new appropriate value, your provide them with? ()AAn LOV for REFS. BA list item for REFs. CA radio group for REFs. DA hierarchical tree for REFS

单选题Which built-in do you use to determine which timer in form module has expired?()AFIND_TIMER BGET_TIMER_PROPERTYCGET_APPLICATION_PROPERTY DGET_CUSTOM_ITEM_EVENT_PROPERTY

多选题Which three scenarios describe appropriate uses for key triggers?()AAlter data in a database table.BAdd custom item validation code.CDisable the Next Block key and menu item.DDisplay a custom form in place of a List of Values.EChange the navigational order of the blocks in a form.FPerform a complex calculation each time the F10 key is pressed.