Alter data in a database table.
Add custom item validation code.
Disable the Next Block key and menu item.
Display a custom form in place of a List of Values.
Change the navigational order of the blocks in a form.
Perform a complex calculation each time the F10 key is pressed.
第1题:
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?()
第2题:
Which three values are valid parameters for the DO_KEY built-in?()
第3题:
You execute the following RMAN commands in the order shown below: BACKUP VALIDATE DATABASE; BLOCKRECOVER CORRUPTION LIST; What will these commands do?()
第4题:
The telesales force requested additional ways to terminate the automated polling questionnaire. In addition to the default functionality, you provide a menu item and a button for this purpose. Adhering to efficient coding practices, which PL/SQL code do you use for the menu item and the button?()
第5题:
Which three statements are true regarding the logical structure of the Oracle database?()
第6题:
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?()
第7题:
Which of the following is NOT one of the three details you need to fill in on the New Custom Control dialog?()
第8题:
Each segment contains one or more extents.
Multiple tablespaces can share a single data file.
A data block is the smallest unit of input/output (I/O) in data files.
It is possible to have tablespaces of different block sizes in a database.
Each data block in the database always corresponds to one operating system block.
第9题:
Isolate a file name unique to the custom image and create a custom rule-type of File which matches on the file. Select the Required option under the custom rule.
Identify the MAC address unique to network cards installed in PCs with the custom image and create a custom rule-type of MAC Address which matches on the appropriate MAC address.
Select the Required option under the custom rule Identify the IP address unique to the network cards installed in PCs with the custom image and create a custom rule-type of IP Address which matches on the appropriate IP address. Select the Required option under the custom rule.
Isolate or create a unique Windows registry key for the custom image and create a custom rule- type of Registry Setting which matches on the name of the registry key.
第10题:
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.
第11题:
To pass data to a pop-up menu.
To populate a base table block.
To pass data to other form modules.
To pass data to other Oracle products.
To dynamically construct SELECT statements.
To server as the source for a FROM clause query.
第12题:
Hide Keys
Show Menu Keys
Hide Menu Keys
Display in 'Keyboard Help'
Hide Keys Description
第13题:
Which trigger property applies to Key triggers? ()
第14题:
In which two scenarios do you use SQL* Loader to load data?()
第15题:
Which three scenarios describe appropriate uses for key triggers?()
第16题:
What are three uses for record groups?()
第17题:
Which three statements are true about logical structures of the Oracle database()
第18题:
You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to design a new control that will be used on multiple forms in the app.You need to ensure that the control meets the following requirement (1)It retrieves data from a MSSQL Server 2008 database instance. (2)It uses WPF classes to display data. (3)It uses user-customizable actions when the control is first painted on the form. What should you do?()
第19题:
Magic
Plain
Check
List item
Divider
第20题:
Transform the data while it is being loaded into the database.
Use transparent parallel processing without having to split the external data first.
Load data into multiple tables during the same load statement.
Generate unique sequential key values in specified columns.
第21题:
Name of the custom control
Comments to describe the custom control
List of the controls that will make up this custom control
Application that will contain the custom control
第22题:
BFILE
REF column
Object table
Column object
INSTEAD-OF trigger
第23题:
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.