C2090-730 Exam Details

  • Exam Code
    :C2090-730
  • Exam Name
    :DB2 9 Family Fundamentals
  • Certification
    :IBM Certifications
  • Vendor
    :IBM
  • Total Questions
    :307 Q&As
  • Last Updated
    :Jun 10, 2026

IBM C2090-730 Online Questions & Answers

  • Question 101:

    Given the following queries:

    SELECT c1 FROM tab1; SELECT c1 FROM tab2;

    Which of the following set operators can be used to produce a result data set that contains only records that are not found in the result data set produced by each query after duplicate rows have been eliminated?

    A. UNION
    B. INTERSECT
    C. EXCEPT
    D. MERGE

  • Question 102:

    Which of the following is the lowest cost DB2 product that can be legally installed on a windows server that has 2 CPUs?

    A. DB2 Everyplace
    B. DB2 Express Edition
    C. DB2 Workgroup Server Edition
    D. DB2 Enterprise Server Edition

  • Question 103:

    In which of the following situations would DB2 retain resources associated with a transaction at COMMIT time?

    A. A cursor is defined as WITH HOLD.
    B. Another user executes the same transaction.
    C. The application program amends during COMMIT.
    D. The transaction terminates abnormally during COMMIT.

  • Question 104:

    A view is created with the following statement:

    CREATE VIEW v1 AS SELECT col1, col2, col3 FROM t1 WHERE col4 > 1000 ;

    When will DB2 access the data from table T1 for view V1?

    A. When view V1 is created
    B. Each time the REFRESH VIEW v1 statement is executed
    C. Each time an SQL statement is executed against view V1
    D. Only the first time an SQL statement is executed against view V1

  • Question 105:

    The following statements:

    CREATE TABLE t1 (col1 INT NOT NULL, PRIMARY KEY (col1)); CREATE TABLE t2 (col1 INT NOT NULL, col2 CHAR(1) NOT NULL, PRIMARY KEY (col1, col2), FOREIGN KEY (col1) REFERENCES t1 (col1)

    ON DELETE CASCADE ON UPDATE RESTRICT);

    CREATE TABLE t3 (col1 INT NOT NULL, col2 INT NOT NULL, PRIMARY KEY (col1, col2), FOREIGN KEY (col1) REFERENCES t1 (col1)

    ON DELETE NO ACTION ON UPDATE RESTRICT);

    INSERT INTO t1 VALUES (1), (2);

    INSERT INTO t2 VALUES (1, 'a'), (1, 'b'), (2,'c');

    INSERT INTO t3 VALUES (1, 100), (2, 200), (2,300);

    How many rows will be deleted by the following DELETE statement? DELETE FROM t1 WHERE col1 = 1;

    A. 4
    B. 3
    C. 1

  • Question 106:

    Which of the following tasks can NOT be performed using the Developer Workbench?

    A. Develop and debug an SQL stored procedure
    B. Develop and debug a user-defined data type
    C. Develop and debug a user-defined function
    D. Develop and run XML queries

  • Question 107:

    Which of the following is a valid DB2 data type?

    A. NUMBER
    B. INTERVAL
    C. BYTE
    D. NUM

  • Question 108:

    Given the following CREATE TABLE statement:

    CREATE TABLE customer(custid INTEGER, info XML)

    And the following INSERT statements:

    INSERT INTO customer VALUES (1000,

    ' John Doe

    25 East Creek Drive

    Raleigh

    North Carolina

    27603

    919-555-1212

    [email protected]

    ');

    INSERT INTO customer VALUES (1000,

    ' Paul Smith

    412 Stewart Drive

    Toronto

    Ontario

    M8X-3T6

    919-555-4444

    [email protected]

    ');

    What is the result of the following XQuery expression?

    XQUERY declare default element namespace "http://custrecord.dat"; for $info in db2-fn:xmlcolumn ('CUSTOMER.INFO')/customerinfo where $info/addr/state-prov="Ontario" return $info/name/text();

    A. Paul Smith
    B. Paul Smith
    C. Paul Smith
    D. Paul Smith

  • Question 109:

    Which of the following causes a lock that is being held by an application using the Cursor Stability isolation level to be released?

    A. The cursor is moved to another row
    B. The row the cursor is on is deleted by the application
    C. The row the cursor is on is deleted by another application
    D. The row the cursor is on needs to be updated by another application

  • Question 110:

    Which of the following provides a logical grouping of database objects?

    A. View
    B. Table
    C. Schema
    D. Buffer pool

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-730 exam preparations and IBM certification application, do not hesitate to visit our Vcedump.com to find your solutions here.