Which locking event occurs when two applications lock rows that are needed by the other, such that neither application can continue executing?
A. DeadlockConsider the following SQL statement:
SELECT workdept, empno, lastname, salary,
RANK() OVER (PARTITION BY workdept ORDER BY salary) AS rank_salary
FROM employee
ORDER BY workdept, lastname
What does the RANK() OVER (PARTITION BY workdept ORDER BY salary) clause do?
A. It ranks the rows in each WORKDEPT by SALARY.The DDL statement is used to create table T1:
CREATE TABLEt1 (
c1 INTEGER,
c2 INTEGER NOT NULL,
c1 DECIMAL(11,2),
c4 TIMESTAMP WITH DEFAULT CURRENT TIMESTAMP
)
Which of the following INSERT statements will execute successfully?
A. INSERT INTO t1 VALUES (100)Which of the following DB2 objects in an efficient way of representing data without the need to maintain it and requires no permanent storage?
A. ViewWhich of the following SQL statements will remove all rows from the table T1? (Choose two.)
A. DELETE FROM t1Which DB2 object is associated with PREVIOUS VALUE and NEXT VALUE expressions?
A. SequenceWhat is the maximum length allowed for a VARCHAR2 data type when the VARCHAR2_COMPAT database configuration parameter is set to ON?
A. 32672 bytesWhich of the following statements about stored procedures is TRUE?
A. Stored procedures can be written in SQL PL, but not in the PL/SQL dialectWhich of the following is TRUE regarding user switching in a trusted context?
A. You cannot switch user id in a trusted context.Which operation typically requires a Share (S) lock?
A. INSERTNowadays, 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-616 exam preparations and IBM certification application, do not hesitate to visit our Vcedump.com to find your solutions here.