1. If the SQLCA is included in the program, which of the following host-variables is NOT known and as such unavailable for the program?
2. How many indexes will be created by the following statement? Create table Smarterer { Col1 int not null primary key, Col2 char (64), Col3 char (32), Col4 int not null, Constraint c4 unique (Col4,Col1) }
3. Which object allows multiple users to access data in a table with each only being able to access certain subsets of the data?
4. What are the maximum number of tables that can be joined in DB2
5. Any database needs to go through a normalization process to make sure that data is represented only once. This will eliminate problems with creating or destroying data in the database. The normalization process is done usually in three steps which results in first, second and third normal forms. Which best describes the process to obtain the third normal form?
6. Besides on TABLE and TABLESPACE level, on what level can implicit locks be placed by DB2?
DB2 Programming MCQs | Topic-wise