Use the Data Block Wizard and base the relation on a REF pointer.
In the Object Navigator, select the Relation node under the master block and click the Create icon. Build the relation manually and coordinate the blocks using triggers.
Use the Data Block Wizard, and base the relation on the primary key-foreign key relationship in the database.
This task is not possible because master-detail relations can be implemented only for blocks based on relational tables.
第1题:
The accounting manager wants you to create a form that when queried will display a calculated total of year-to-date actual expenditures for the found code entered. The values needed to generate this summary data are stored in multiple tables. Which data source type can you assign to the data block for this form without having the DBA create a database object?()
第2题:
The accounting manager wants you to create a form that when queried will display a calculated total of year-to-date actual expenditures for the fund code entered. The value needed to generate this summary data are stored in multiple tables. How would you define the data source for this data block without having the DBA create a database object? ()
第3题:
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?()
第4题:
You need to change the text of a pop-up menu that appears when a user right clicks the mouse in the EMP_DATA data block. Where could you find the node for the pop-up menu in the Object Navigator?()
第5题:
In the COURSE_ENROLLMENT form module, you define a master-detail relation between the COURSES_OFFERED data block and the STUDENT data block, respectively. To implement block coordination, which statement must be true?()
第6题:
database table
transactional trigger
stored procedure
FROM clause query
client-side procedure
第7题:
Reference the Object Iron packages in your form module.
Write an HTML interface, and invoke it from your form module.
Include the Wizard class reusable component in your application.
Build a customized wizard using tab canvases and a horizontal toolbar canvas.
第8题:
Click the Data Blocks node in the Object Navigator and click the create button. Choose to build the data block manually. Enter the procedure name in the Query Data Source Columns property and the procedure code in the Query Data Source Arguments property.
Choose Tools -> Data Block Wizard, select Table as the data source type, and base the data block on the columns included in the procedure.
Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, alter the Query Data Source Type property to 'Ref cursor', and enter the name of the procedure in the Query Data Source Name property.
Select the Data Blocks node in the Object Navigator and click the Create button. Alter the Query Data Source Name, Query Data Source Columns, and Query Data Source Arguments properties to create a stored procedure that uses a ref cursor.
Launch the Data Block Wizard, select Stored Procedures as the data source type, and base the block on the procedure.
第9题:
Select The Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, enter the procedure name in the Query Data Source Columns property, and the procedure code in the Query Data Source Arguments property.
Choose Tools -> Data Block Wizard, select Table as the data source type, and base the block on the columns from the tables.
Choose Tools -> Data Block Wizard, select, View as the data source type, and base the block on the columns from the tables.
Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, alter the Query Data Source Type property to 'FROM clause query', and enter the SELECT statement in the Query Data Source Name property.
Select the Data Block node in the Object Navigator and click the Create button. Alter the Query Data Source Type, Query Data Source Name, Query Data Sources Columns, and Query Data Source Arguments properties to create a stored procedure that uses a red cursor.
第10题:
datafile
alert log
dynamic views
control file script
第11题:
The Query Only property is set to Yes.
The Conceal Data property is set to Yes.
The Insert Allowed property is set to Yes.
The Update Allowed property is set to Yes.
第12题:
Define a Key-Exit trigger for all the blocks in the form.
In the Object Navigator, highlight all the items and define a Key-Exit trigger.
Define a Key-Exit trigger on the primary key item in the master block.
No additional key-trigger definition is necessary.
第13题:
You are creating a form that will access an Oracle8 database. On which three sources can you base a data block?()
第14题:
You create a data block based on a relational table containing a REF column. You select the REF column for your form module. What is true about the items based on the REF column attributes?()
第15题:
A sales analyst reviews the first draft on your Sales application, and requests that the application graphically represent revenue generated for each sales representative, in addition to the textual data currently displayed for the ORDER block. How would you incorporate this graphic in your form? ()
第16题:
You want to implement a master-detail relation between data blocks based on object tables. How would you do this? ()
第17题:
Create the relation manually and coordinate the blocks using triggers.
Base the relation on a REF pointer using the Data Block Wizard.
Base the relation on a foreign key using the Data Block Wizard.
This task is not possible because master-detail relations can be implemented only for blocks based on relation tables.
第18题:
REF cursor query.
Stored function.
From clause query.
Transactional trigger.
第19题:
Choose Tools -> Data Block Wizard, select View as the data source type, and base the block on the columns from the bales.
Choose Tools -> Data Block Wizard, select Table as the data source type, and base the block on the columns from the tables.
Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually and alter the Query Data Source Columns and Query Data Source Arguments properties to enter the SELECT statement.
Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, alter the Query Data Source Type property to 'Table', and enter the SELECT statement in the Query Data Source Name property.
Choose Tools -> Data Block Wizard, select Stored Procedure as the data source type, and base the block on the columns the tables.
Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually. Alter the Query Data Source Type to 'FROM' clause query', and enter the SELECT statement in the Query Data Source Name property.
第20题:
Invoke the Chart Wizard and create a chart based on the ORDER block.
Create a chart using Graphics Builder and then select File Import Chart in Form Builder, positioning the new chart with the text items in the ORDER block.
Invoke the Data Block Wizard in reentrant mode, select the Charts tab, and specify the chart type and column sources for the X and Y axes.
Select the Chart node in the Object Navigator, Click the Create icon, and specify the details of the chart in the chart's Property Palette.
第21题:
table
transactional trigger
stored procedure
FROM clause query
第22题:
Use the Data Block Wizard and base the relation on a REF pointer.
In the Object Navigator, select the Relation node under the master block and click the Create icon. Build the relation manually and coordinate the blocks using triggers.
Use the Data Block Wizard, and base the relation on the primary key-foreign key relationship in the database.
This task is not possible because master-detail relations can be implemented only for blocks based on relational tables.
第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题:
The Enforce Primary Key property on the STUDENT block is set to Yes.
The Alias property on the COURSES_OFFERED block is set to Student.
The Copy Value from item property on the foreign key item in the STUDENT blocks is set to the primary key item of the COURSES_OFFERED block.
The Synchronize with item property on the foreign key item in the STUDENT block is set to the primary key item of the COURSES_OFFERED block.