Exam Details

  • Exam Code
    :C2090-320
  • Exam Name
    :DB2 11 Fundamentals for z/OS
  • Certification
    :IBM Certifications
  • Vendor
    :IBM
  • Total Questions
    :123 Q&As
  • Last Updated
    :Apr 11, 2025

IBM IBM Certifications C2090-320 Questions & Answers

  • Question 101:

    In which address space would a native SQL stored procedure run?

    A. WLM

    B. DIST

    C. DBM1

    D. The address space of the calling program

  • Question 102:

    Which package level privileges does the user smith have when the following statement is executed? GRANT ALL ON PACKAGE clct1.pkg1 TO smith;

    A. GRANT, COPY, BIND, RUN

    B. BIND, EXECUTE, COPY, RUN

    C. CREATE, COPY, RUN, EXECUTE

    D. COPY, BINDADD, SQL, EXECUTE

  • Question 103:

    You are designing a payroll table that will contain a salary column. Which of the following is the appropriate built-in data type for a salary column?

    A. REAL

    B. BIGINT

    C. DECIMAL

    D. INTEGER

  • Question 104:

    Which of the following is a characteristic of a stand-alone utility?

    A. It can only be executed using JCL

    B. It can only be executed by a user with SYSADM

    C. It can only be executed if no other utilities are running

    D. It can only be executed in a non-data sharing environment

  • Question 105:

    Assume DELETE triggers exist on the employee table. Which of the following statements will delete all the rows in the employee table and ignore any DELETE triggers?

    A. TRUNCATE employee;

    B. DELETE FROM employee;

    C. DELETE FROM employee WHERE...;

    D. TRUNCATE employee RESTRICT WHEN DELETE TRIGGERS;

  • Question 106:

    Given the following CREATE VIEW statement and sample data; your login id is "ROGER". What will be the result for this query?

    A. 6

    B. 5

    C. 4

    D. 2

  • Question 107:

    You want to reduce lock contention that results from uncommitted insert and delete operations by enabling transactions that read data to access only the currently committed data rather than waiting for the uncommitted changes to be resolved.

    How can you accomplish this?

    A. Bind your application with ISOLATION(UR)

    B. Bind your application with ISOLATION(CS)

    C. Bind your application with CONCURRENTACCESSRESOLUTION (WAITFOROUTCOME)

    D. Bind your application with CONCURRENTACCESSRESOLUTION (USECURRENTLYCOMMITTED)

  • Question 108:

    If a scrollable cursor is INSENSITIVE, which of the following applies?

    A. The cursor is read only

    B. WITH ROWSET POSITIONING is not allowed

    C. The select-statement must not contain an SQL data change statement

    D. The cursor has sensitivity to changes that are made to the database after the result table is materialized

  • Question 109:

    The following definition for COL1 is given by this statement:

    CREATE TABLE... (COL1 BINARY (05))

    Which of the following statements will successfully insert data into the table?

    A. INSERT INTO... (COL1) VALUES(HEX(`12345'));

    B. INSERT INTO... (COL1) VALUES(BLOB(`12345'));

    C. INSERT INTO... (COL1) VALUES(CHAR(`12345'));

    D. INSERT INTO... (COL1) VALUES(BINARY(`123456'));

  • Question 110:

    The metadata for which of the following objects is NOT stored in the DB2 catalog table SYSIBM.SYSTABLES?

    A. A view

    B. A temporal table

    C. A created global temporary table

    D. A declared global temporary table

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