Which clause should be included in a ALTER TABLE statement to update a...
Which SQL statement will retrieve the employee number (EMPNO), hire...
Which statement about triggers is true?
Which command will delete all rows from a table without generating log...
Which tool allows users to connect to a DB2 database using a wizard?
If the following command is executed: CREATE DATABASE test What is the...
Which DB2 object is used to provide a logical grouping of other...
Which operation normally does NOT require an exclusive lock?
What factor influences lock escalation?
What is used in conjunction with a foreign key to define a...
When an application using a temporary table terminates or disconnects...
Which case will require a sequence to be dropped and recreated instead...
What is the purpose of the Query Tuner?
Which SQL statement should be used to select the minimum and maximum...
What is the primary purpose of a view?
Which command is used to back out a subset of database changes that...
Which object is a stored procedure defined into?
When an index is created for a table, where is the metadata for that...
If a user has been granted SYSCTRL authority, which activities can...
Which privilege is required to invoke a user defined function?
Which action needs to be performed in order to complete the definition...
In a trusted context environment, if a switch request is made with an...
User USER1 holds both DBADM and SECADM authority and you want to...
You have a business need to query DB2 10 and DB2 9 databases and you...
Which type of temporal table can be used to store only time-sensitive...
Which isolation level offers the greatest protection of data but...
Which product is used to customize execution environments for the...
When a COMMIT statement is executed, what happens?
Which DB2 object can be used to improve the execution performance of...
Which type of constraint can be used to ensure that an INTEGER column...
By default, where is the data stored for a column defined with an XML...
What type of mechanism is a simple token value that is used to refer...
Which type of lock allows the lock owner and all concurrent...
Given an EMPLOYEES table and a SALES table, a user wants to produce a...
Application APP_A is performing updates to table TAB1 using the cursor...
If a table named MY_TAB contains 100 rows and the following statement...
Which statement will prevent concurrent application processes from...
If the following result set is desired:Which SQL statement must be...
What functionality allows users to perform a UNION operation between a...
What type of large object (LOB) is used to store LOB data together...
A new user named USER1 needs to retrieve information from a database...
What isolation level prevents dirty reads, nonrepeatable reads, and...
An SQL function designed to convert temperatures from Fahrenheit to...
Which statement is true about an index that is used to support a...
When a user-defined function (UDF) is created and no schema is...
When is an INTENT EXCLUSIVE (IX) lock required?
Which function can be used to obtain values from XML documents that...
Which statement about INSERT operations is true?
Which two operations are allowed in the body of an SQL scalar...
User USER1 wants to retrieve records from a table named EMPLOYEE that...
What is the purpose of a role?
What is the act of exchanging one lock an application holds on a...
Which SQL statement will allow user USER1 to create a view on a table...
Which statement regarding triggers is true?
By default, a column defined as a TIMESTAMP includes which attributes?
Which is NOT a valid reason for creating an index?
Which two activities indicate the need for a data warehouse?
What is the primary function of an Online Transaction Processing...
A table named EMPLOYEE was created as follows:Which action will...
A table named STATES was created as follows:What will happen?
When is it appropriate to use a sequence?
Which two statements are true about foreign key constraints?(MORE THAN...
Which statement about BEFORE triggers is FALSE?
Which statement about application-period temporal tables is true?
Which statement is true regarding constraints?
A column mask that is to be used for row and column access control...
What are two valid objects that can be created in DB2?
Which SQL statement will give user USER1 the ability to assign a...