当前分类: 1Z0-132
问题:单选题The CALC function is used several times within the sales report. To simplify maintenance you want to store the function in one place and call it from within your PL/SQL trigger code. Which node would you use in object navigator to create a report level...
查看答案
问题:单选题The IT department is creating a human resources application that will require several new tables. You need to develop a standard alone executable that will defines these tables and their relationships. Which developer/2000 component could you use to cr...
问题:单选题You are developing a report to allow customers in a department store to view product information. You added a button to the layout to allow customers to view the picture of the product. Which button property would you alter to specify the source of the...
问题:单选题You are developing a Hotel Booking application for a travel company. The users request a wizard-style interface for this application. How could you satisfy this requirement?()A Reference the Object Iron packages in your form module. B Write an HTML int...
问题:单选题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 po...
问题:单选题You create a data block based on a relation table containing a REF column. You select the REF column for your form module. Which statement about the REF column is true?()A It is created as a nondisplay item. B The Lock Record property is set to Yes. C ...
问题:单选题You need to display a very large single-record data block. Since it will be so large, a convenient means of navigation is needed between items. Which type of canvas would you use to display the data block? ()A Tab canvas. B Pop up canvas. C Spread tabl...
问题:单选题The EMP_DEPT block in your EMPLOYEE form is based on a view in an Oracle8 database. The items in this block have the Update Allowed property set to Yes. Which database feature makes it possible to permanently modify the underlying view?()A REF cursor. ...
问题:单选题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?()A Choose the margin code in the object navigator and select file-import-image. B Choose the margin node in the object navigator an...
问题:单选题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...
问题:单选题How would you default the layout of a parameter form? ()A Use the default layout tool in the parameter form editor. B Select menu item tool-parameter form builder. C Open the parameter form editor and select menu items tool-default layout. D You cannot...
问题:单选题You created a custom menu for the Order Entry application. Which step do you perform before attaching the menu module to the form module?()A Select file--Administration--Convert B Select file--Administration--Execute C Select file--Administration--Comp...
问题:单选题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 o...
问题:单选题You need to base a data block on the EMP table, but you do not want to give the users of the application access privileges on the table. Which type of data source would you use to create the data block?()A table B transactional trigger C stored procedu...
问题:单选题You created a tabular report for human resources department. After viewing layout users have requested that you change the label of the dept column to something more meaningful. How would you change the label in the live previewer?()A Use the report wi...
问题:单选题You creating a report that will run in both character mode and bitmapped environments. You include some printer codes in your report. What will happen when you run the report in bitmapped mode? ()A The report will not execute. B The report will only ac...
问题:单选题he data blocks in your form module are based on object tables. How would you create a master-detail relationship between two of these blocks?()A Use the Data Block Wizard and base the relation on a REF pointer. B In the Object Navigator, select the Rel...
问题:多选题What are three uses for record groups?()ATo pass data to a pop-up menu.BTo populate a base table block.CTo pass data to other form modules.DTo pass data to other Oracle products.ETo dynamically construct SELECT statements.FTo server as the source for a...