C2090-616 Exam Details

  • Exam Code
    :C2090-616
  • Exam Name
    :DB2 11.1 Fundamentals for LUW
  • Certification
    :IBM Certifications
  • Vendor
    :IBM
  • Total Questions
    :63 Q&As
  • Last Updated
    :Jul 15, 2026

IBM C2090-616 Online Questions & Answers

  • Question 1:

    Which locking event occurs when two applications lock rows that are needed by the other, such that neither application can continue executing?

    A. Deadlock
    B. Lock timeout
    C. Lock escalation
    D. Lock conversion

  • Question 2:

    Consider 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.
    B. It groups all rows by WORKDEPT, then ranks all rows in the complete result set by SALARY.
    C. It generates a blank output line after each group of rows with the same WORKDEPT, and ranks these groups by SALARY.
    D. It tells the optimizer to physically partition the EMPLOYEE table by the WORKDEPT column for runtime execution, and ranks each WORKDEPT by SALARY.

  • Question 3:

    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)
    B. INSERT INTO t1 (c1, c2) VALUES (100)
    C. INSERT INTO t1 (c1, c3) VALUES (`100', `100.00')
    D. INSERT INTO t1 (c2, c3) VALUES (100, 100.00), (101, 101)

  • Question 4:

    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. View
    B. Alias
    C. Table
    D. Schema

  • Question 5:

    Which of the following SQL statements will remove all rows from the table T1? (Choose two.)

    A. DELETE FROM t1
    B. DELETE* FROM t1
    C. DELETE* TABLE t1
    D. TRUNCATE TABLE t1 IMMEDIATE
    E. TRUNCATE TABLE t1

  • Question 6:

    Which DB2 object is associated with PREVIOUS VALUE and NEXT VALUE expressions?

    A. Sequence
    B. Row Identifier
    C. Identity Column
    D. Insert time clustering table

  • Question 7:

    What is the maximum length allowed for a VARCHAR2 data type when the VARCHAR2_COMPAT database configuration parameter is set to ON?

    A. 32672 bytes
    B. 65344 bytes
    C. 98016 bytes
    D. 130688 bytes

  • Question 8:

    Which of the following statements about stored procedures is TRUE?

    A. Stored procedures can be written in SQL PL, but not in the PL/SQL dialect
    B. The CREATE SOURCED PROCEDURE statement defines a procedure that is based on another procedure in a federated database
    C. There are three types of stored procedures which can be deployed: SQL procedures, external procedures, and sourced procedures
    D. Two identically-named procedures within a schema are permitted to have exactly the same number of parameters, but the parameters must have different data types assigned

  • Question 9:

    Which of the following is TRUE regarding user switching in a trusted context?

    A. You cannot switch user id in a trusted context.
    B. You can issue a switch-user request within a transaction.
    C. The new user must have the connect-privilege on the database for it to succeed.
    D. No password is ever required for the new user as an authentication is established in the trusted connection.

  • Question 10:

    Which operation typically requires a Share (S) lock?

    A. INSERT
    B. SELECT
    C. DELETE
    D. UPDATE

Tips on How to Prepare for the Exams

Nowadays, 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.