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
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
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
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
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;
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
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)
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
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'));
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
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.