Alias
Schema
Package
Routine Space
第1题:
A.Sequence
B.Trigger
C.Schema
D.View
第2题:
An Alias can be an alternate name for which DB2 object?()
第3题:
Which of the following tools for DB2 V9 allows a user to create and debug a SQL stored procedure?()
第4题:
Which of the following are types of routine objects?()
第5题:
Given the following code fragment: public void create() { Vector myVect; myVect = new Vector(); } Which of the following statements are true?()
第6题:
Which two PL/SQL8 features are supported in Oracle Forms?()
第7题:
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.
第8题:
PLSQL_BLOCK
JAVA_STORED_PROCEDURE
STORED_PROCEDURE
EXECUTABLE
None of the above are invalid settings.
第9题:
Sequence
Trigger
Schema
View
第10题:
The declaration on line 2 does not allocate memory space for the variable myVect.
The declaration on line 2 allocates memory space for a reference to a Vector object.
The statement on line 2 creates an object of class Vector.
The statement on line 3 creates an object of class Vector.
The statement on line 3 allocates memory space for an object of class Vector.
第11题:
Control Center
Development Center
Developer Workbench
Stored Procedure Builder
第12题:
A policy should be created. The policy targets the name of the stored procedure that is evaluated on demand.
A policy should be created. The policy targets the name of the stored procedure that is evaluated on change.
A condition should be created. The condition targets the name of the stored procedure that is evaluated on change
A condition should be created. The condition targets the name of stored procedure that is evaluated on demand.
第13题:
Which object may be used during query optimization to improve the performance for a subset of SELECT queries?()
第14题:
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?()
第15题:
A stored procedure object is created into which DB2 object?()
第16题:
Which of the following is a characteristic of a schema?()
第17题:
Which of the following is not a valid setting for the PROGRAM_TYPE parameter in a program object or the JOB_TYPE parameter in a job object?()
第18题:
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. According to the company requirement, the names of all user-defined stored procedures must contain the prefix usp_ on all instances. Besides this, you must make sure that stored procedures that do not contain this prefix cannot be created by you. What should you do?()
第19题:
When an object is enclosed by another object.
When a page break after pagination property is enabled.
When a link is created between two objects.
When a keep with anchoring object pagination property is enabled.
第20题:
Alias
Schema
Package
Routine Space
第21题:
XmlReaderSettings
XmlSecureResolver
XmlValidatingReader
XmlTextReaderSelectMany(c => c.CustomerAddresses).Count()
第22题:
Foreign key references cannot cross schema boundaries.
A DB2 user must be created before a schema with the same name can be created.
If no schema is specified when an object is created, the default schema PUBLIC is used.
A schema enables the creation of multiple objects in a database without encountering namespace collisions.
第23题:
PLSQL_BLOCK
JAVA_STORED_PROCEDURE
STORED_PROCEDURE
EXECUTABLE
None of the above are invalid settings.
第24题:
MQT
Trigger
Read Only Cursor
Stored Procedure