IBM Assessment: DB2 10.1 Fundamentals - A2090-610 Exam Practice Test
Which statement regarding referential integrity constraints is true?
Correct Answer: D
Vote an answer
Given the following statements:

What will be the result?

What will be the result?
Correct Answer: D
Vote an answer
A column mask that is to be used for row and column access control (RCAC) was created with the DISABLE option specified. What must be done if this mask is to be used to restrict access to data stored in a table named EMPLOYEE?
Correct Answer: D
Vote an answer
Which statement is true about an index that is used to support a UNIQUE constraint?
Correct Answer: C
Vote an answer
Which SQL statement will create a DB2 object that can be used to store numerical data as Canadian currency?
Correct Answer: B
Vote an answer
A table named SALES contains a record for every sales transaction a company processes. A user wishes to see the number of transactions that are made by each salesman. Which SQL statement will produce the desired results?
Correct Answer: A
Vote an answer
An SQL function named DEPT_INFO was created as follows:

What is the correct way to use this function in a query?

What is the correct way to use this function in a query?
Correct Answer: D
Vote an answer
User USER1 wants to retrieve records from a table named EMPLOYEE that satisfy at least one of the following criteria:
-The employee's hire date (HIREDATE) is before 1999 and the employee's salary (SALARY) is less than $40,000.00 a year. -The employee has attended university
Which SQL statement will accomplish this?
-The employee's hire date (HIREDATE) is before 1999 and the employee's salary (SALARY) is less than $40,000.00 a year. -The employee has attended university
Which SQL statement will accomplish this?
Correct Answer: C
Vote an answer