A stored procedure object is created into which DB2 object?()
第1题:
Which object may be used during query optimization to improve the performance for a subset of SELECT queries?()
第2题:
Which of the following tools for DB2 V9 allows a user to create and debug a SQL stored procedure?()
第3题:
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?()
第4题:
Which two PL/SQL8 features are supported in Oracle Forms?()
第5题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a stored procedure. The stored procedure implements a database maintenance process. A SQL Server Agent job should be created to that runs the stored procedure. Besides this, you must make sure that after it is completed successfully, the job is removed. What should you do? ()
第6题:
methods
object tables
object columns
collection types
object as stored procedure parameters
第7题:
You should execute the GRANT SELECT ON dbo.Table01 TO User1 Transact-SQL statement.
You should execute the GRANT EXECUTE ON dbo.Procedure1 TO User1 Transact-SQL statement.
You should alter Procedure01 and add the WITH EXECUTE AS OWNER option to its header
You should alter Procedure01 and add the EXECUTE AS USER = 'dbo' option immediately before the call to the sp_executesql stored procedure.
第8题:
第9题:
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.
第10题:
Control Center
Development Center
Developer Workbench
Stored Procedure Builder
第11题:
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.
第12题:
You should create a policy that targets the name of the stored procedure that is evaluated on change.
You should create a policy that targets the name of the stored procedure that is evaluated on demand.
You should create a condition that targets the name of stored procedure that is evaluated on demand.
You should create a condition that targets the name of the stored procedure that isevaluated on change.
第13题:
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?()
第14题:
Given the following stored procedure:CREATE PROCEDURE increase_salary ( IN p_workdept CHAR(6), OUT p_sum DECIMAL(9,2) ) SET p_sum = (SELECT SUM(salary) FROM employee WHERE workdept=p_workdept);How can this stored procedure be called from the Command Line Processor?()
第15题:
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?()
第16题:
You need to cleanse and standardize the data on potential survey participants prior to inserting it into the staging database. What should you do?()
第17题:
You are designing the loan application process for the customer terminals. You need to design a Transact-SQL stored procedure that fulfills the business and technical requirements. Which type of Transact-SQL stored procedure should you use?()
第18题:
Ensure that the stored procedure and the tables are owned by users that are associated with the same SQL Server login.
Ensure that the stored procedure and the tables are owned by the same database user.
Ensure that the stored procedure and the tables use the same database schema.
Configure the multiuser database option on both databases.
Configure the cross-database ownership chaining option on both databases.
第19题:
PLSQL_BLOCK
JAVA_STORED_PROCEDURE
STORED_PROCEDURE
EXECUTABLE
None of the above are invalid settings.
第20题:
Add a COMMIT TRANSACTION command to the CATCH block.
Remove the COMMIT TRANSACTION command from the TRY block.
Add a ROLLBACK TRANSACTION command to the CATCH block.
Add a ROLLBACK TRANSACTION command to the TRY block.
第21题:
database table
transactional trigger
stored procedure
FROM clause query
client-side procedure
第22题:
MQT
Trigger
Read Only Cursor
Stored Procedure
第23题:
PLSQL_BLOCK
JAVA_STORED_PROCEDURE
STORED_PROCEDURE
EXECUTABLE
None of the above are invalid settings.