Which clause should be included in a ALTER TABLE statement to update a...
Which command will delete all rows from a table without generating log...
Which SQL statement will retrieve the employee number (EMPNO), hire...
Which statement about triggers is true?
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...
Which SQL statement should be used to select the minimum and maximum...
What is the primary purpose of a view?
What is the purpose of the Query Tuner?
Which command is used to back out a subset of database changes that...
Which object is a stored procedure defined into?
Which privilege is required to invoke a user defined function?
When an index is created for a table, where is the metadata for that...
Which isolation level offers the greatest protection of data but...
In a trusted context environment, if a switch request is made with an...
If a user has been granted SYSCTRL authority, which activities can...
Which action needs to be performed in order to complete the definition...
You have a business need to query DB2 10 and DB2 9 databases and you...
User USER1 holds both DBADM and SECADM authority and you want to...
Which type of temporal table can be used to store only time-sensitive...
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...
Given an EMPLOYEES table and a SALES table, a user wants to produce a...
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...
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...
What functionality allows users to perform a UNION operation between a...
If the following result set is desired:Which SQL statement must be...
What type of large object (LOB) is used to store LOB data together...
Which statement will prevent concurrent application processes from...
An SQL function designed to convert temperatures from Fahrenheit to...
A new user named USER1 needs to retrieve information from a database...
When is an INTENT EXCLUSIVE (IX) lock required?
Which statement about INSERT operations is true?
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...
What isolation level prevents dirty reads, nonrepeatable reads, and...
Which two operations are allowed in the body of an SQL scalar...
Which function can be used to obtain values from XML documents that...
User USER1 wants to retrieve records from a table named EMPLOYEE that...
What is the primary function of an Online Transaction Processing...
What is the purpose of a role?
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 act of exchanging one lock an application holds on a...
A table named EMPLOYEE was created as follows:Which action will...
Which SQL statement will allow user USER1 to create a view on a table...
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 is true regarding constraints?
Which statement about application-period temporal tables is true?
A column mask that is to be used for row and column access control...
Which SQL statement will give user USER1 the ability to assign a...
What are two valid objects that can be created in DB2?