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 251:

    Which of the following constraint types can be used to ensure the value of an INTEGER column references only positive values?

    A. Unique
    B. Check
    C. Referential
    D. Informational

  • Question 252:

    Which of the following objects contains control structures that are considered the bound form of SQL statements?

    A. UDT
    B. Trigger
    C. Package
    D. Access plan

  • Question 253:

    Which of the following products is used to shred extensible markup language documents?

    A. DB2 AVI Extender
    B. DB2 Text Extender
    C. DB2 XML Extender
    D. DB2 Spatial Extender

  • Question 254:

    Which of the following deletion rules on CREATE TABLE will allow parent table rows to be deleted if a dependent row exists?

    A. ON DELETE RESTRICT
    B. ON DELETE NO ACTION
    C. ON DELETE SET NO VALUE
    D. ON DELETE CASCADE

  • Question 255:

    On which two of the following database objects may the SELECT privilege be controlled?

    A. Sequence
    B. Nickname
    C. Schema
    D. View
    E. Index

  • Question 256:

    If the following statement is executed:

    CREATE TABLE tab1 (col1 INTEGER NOT NULL,

    col2 INTEGER,

    CONSTRAINT const1 FOREIGN KEY (col2)

    How many unique indexes are defined for table TAB1?

    B. 1
    C. 2
    D. 3

  • Question 257:

    Which tool must be used to analyze all of the database operations performed by an application against a DB2 for i5/OS database?

    A. Visual Explain
    B. Activity Monitor
    C. SQL Performance Monitor
    D. DB2 Performance Monitor

  • Question 258:

    A user invoking a user-defined function requires which DB2 privilege?

    A. CALL
    B. USAGE
    C. EXECUTE
    D. REFERENCES

  • Question 259:

    User USER1 has the privileges needed to invoke a stored procedure named GEN_RESUME. User USER2 needs to be able to call the procedure - user USER1 and all members of the group PUBLIC should no longer be allowed to call the procedure.

    Which of the following statement(s) can be used to accomplish this?

    A. GRANT EXECUTE ON ROUTINEgen_resume TO user2 EXCLUDE user1, PUBLIC
    B. GRANT EXECUTE ON PROCEDUREgen_resume TO user2; REVOKE EXECUTE ON PROCEDURE gen_resume FROM user1, PUBLIC;
    C. GRANT CALL ON ROUTINEgen_resume TO user2 EXCLUDE user1 PUBLIC
    D. GRANT CALL ON PROCEDUREgen_resume TO user2; REVOKE CALL ON PROCEDURE gen_resume FROM user1, PUBLIC;

  • Question 260:

    Given the following table definition:

    STOCK:

    item VARCHAR(30)

    status CHAR(1) quantity INT price DEC(7,2)

    If items are indicated to be out of stock by setting STATUS to NULL and QUANTITY and PRICE to zero, which of the following statements would be used to update the STOCK table to indicate that all the items whose description begins with the letter "S" are out of stock?

    A. UPDATE stock SET (status = NULL; quantity, price = 0) WHERE item LIKE S%
    B. UPDATE stock SET (status, quantity,price) = (NULL, 0, 0) WHERE item LIKE S%
    C. UPDATE stock SET status = NULL, SET quantity = 0, SET price = 0 WHERE item LIKE 'S%'
    D. UPDATE stock SET (status = NULL), (quantity = 0), (price = 0) WHERE item LIKE S%

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.