C2090-320 DB2 11 Fundamentals for z/OS exam exam is a hot IBM certification exam, Exam4Training offers you the latest free online C2090-320 dumps to practice. You can get online training in the following questions, all these questions are verified by IBM experts. If this exam changed, we will share new update questions.
Certification Provider: IBM Exam Name: DB2 11 Fundamentals for z/OS exam Exam Code: C2090-320 Official Exam Time: 90 mins Number of questions in the Official Exam: 63 Q&As Latest update time in our database: May 29,2023 C2090-320 Official Exam Topics:
Topic1 : Working with SQL and XML
Topic2 : Basic ability to write a DML SQL statement / Basic knowledge of most commonly used special registers
Topic3 : Basic ability to write a Data Control Language (DCL) SQL statement / Basic ability to connect to DB2 servers (demonstrate ability to use remote access)
Topic4 : Basic knowledge of DB2 architecture (address spaces, logs, IRLM) / Basic knowledge of data sharing concepts
Topic5 : Basic knowledge of encoding scheme concepts / Basic knowledge of DB2 commands and DSN commands
Topic6 : Basic knowledge of DB2 utilities / Basic knowledge of troubleshooting (Explain, SQL Codes)
Topic7 : Data Concurrency / Basic knowledge of locking
Topic8 : Given a situation, basic knowledge to identify the isolation levels that should be used / Application Design
Topic9 : Basic knowledge of temporary tables (how they are created and when they should be used) / Basic knowledge of triggers (how they function; when they might be used)
Topic10 : Basic knowledge of program preparation and BIND options / Basic knowledge of non-relational data concepts (XML data, LOB data)
Topic11 : Working with Database Objects / Basic ability to demonstrate usage of IBM-supplied and user-defined data types
Topic12 : Basic ability to write a DDL SQL statement / Basic ability to identify characteristics and properties of DB2 objects (Tables, Indexes, Views,...)
Topic13 : Basic ability to look up information in the DB2 catalog /
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’));
Which of the following can be defined on the basis of a query? A . An alias B . A base table C . An accelerator-only table D . A materialized query table
While DSN is running, which of the following commands CANNOT be successfully executed? A . CSTOP DB2 B . CSTART DB2 C . CTERM UTILITY D . CDISPLAY UTILITY
Which of the following is TRUE for using LOAD on a partition-by-growth table space? A . Data can only be loaded at the partition level B . Data can only be loaded at the table space level C . Data can only be loaded using a clustering index D . Data can be loaded at either the table space level or the partition level
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 maximum size for each partition of a partition-by-range table space, with fewer than 255 partitions, is determined by which combination of options? (Choose two.) A . DSSIZE B . PRIQTY C . NUMPARTS D . BUFFERPOOL E . MAXPARTITIONS
Which of the following locking scenarios requires the least amount of real storage in the IRLM address space? A . 10 row locks B . 200 page locks C . A single table space lock D . 6 partition locks (given a table space with a total of 10 partitions)