Online Access Free C2090-730 Practice Test

Exam Code:C2090-730
Exam Name:DB2 9 Family Fundamentals
Certification Provider:IBM
Free Question Number:303
Posted:May 22, 2026
Rating
100%

Question 1

Which of the following is a NOT a valid reason for defining a view on a table?

Question 2

Given the following statement:
SELECT hyear, AVG(salary)
FROM (SELECT YEAR(hiredate) AS hyear, salary
FROM employee WHERE salary > 30000)
GROUP BY hyear
Which of the following describes the result if this statement is executed?

Question 3

Given the following scenario:
Table TABLE1 needs to hold specific numeric values up to 9999999.999 in column COL1. Once TABLE1 is populated, arithmetic operations will be performed on data stored in column COL1.
Which of the following would be the most appropriate DB2 data type to use for column COL1?

Question 4

User USER1 is the owner of TABLE1. Assuming user USER1 only holds privileges for TABLE1, which of the following is the best way to remove all privileges user USER1 holds?

Question 5

Which two of the following statements are true about the HAVING clause?

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.