Which of the following tools can NOT be used to catalog a database?
A. Control CenterGiven the following table:
CURRENT_EMPLOYEES
EMPID INTEGER NOT NULL
NAME CHAR(20)
SALARY DECIMAL(10,2)
PAST_EMPLOYEES
EMPID INTEGER NOT NULL
NAME CHAR(20)
SALARY DECIMAL(10,2)
Assuming both tables contain data, which of the following statements will NOT successfully add data to table CURRENT_EMPLOYEES?
A. INSERT INTOcurrent_employees (empid) VALUES (10)Which of the following statements is used to prevent user TOM from adding and deleting data in table TAB1?
A. REVOKE ADD, DELETE FROM USER tom ON TABLE tab1What is the lowest privilege and/or authority required to execute the following SQL statement?
CREATE VIEW view1 AS SELECT * FROM table1 WHERE STATE = 'TX'
A. DBADM authorityGiven the following table definition:
EMPLOYESS
EMP ID INTEGER
NAME CHAR(20)
DEPT CHAR(10)
SALARY DECIMAL (10, 2)
COMMISSION DECIMAL (8, 2)
Assuming the DEPT column contains the values 'ADMIN', 'PRODUCTION', and 'SALES', which of the following statements will produce a result data set in which all ADMIN department employees are grouped together, all PRODUCTION
department employees are grouped together, and all SALES department employees are grouped together?
A. SELECT name, dept FROM employees ORDER BY deptA user needs to create a trigger that will update table T2 whenever a row is added to table T1. Assuming the user has all appropriate privileges for table T2, which privilege is required on table T1 to create the trigger?
A. REFERENCESOn which of the following database objects may the SELECT privilege be controlled?
A. SequenceGiven that tables T1 and T2 contain the following rows:
Table T1:
C1 C2
1 4
1 3
1 2
Table T2:
C1 C2
1 1
1 2
1 3
Which of the following queries will return only those rows that exist in both T1 and T2?
A. SELECT * FROM t1 UNION SELECT * FROM t2Which of the following DB2 data types can be used to store 1000 MB of single-byte character data?
A. BLOBWhich of the following tools can be used to automate table reorganization operations?
A. Control CenterNowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only IBM exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your C2090-730 exam preparations and IBM certification application, do not hesitate to visit our Vcedump.com to find your solutions here.