databases Online Quiz - 222
Description: databases Online Quiz - 222 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Attempted
0/20
Correct 0
Score 0
‹
›
What is a view config spec
What are the key products of IBM ClearCase Family
What are the different clear case Roles
When you open a cursor, DB2 will always get all rows that meet the selection criteria and create a result set?
Which wildcard character is used for a single character replacement
B37 abend during SPUFI is due to
Which of the following tools can be used to automate table reorganization Operations ?
Given the following statement: CREATE TABLE t1 col1 SMALLINT NOT NULL PRIMARY KEY, col2 VARCHAR(200) NOT NULL WITH DEFAULT NONE, col3 DECIMAL(5,2) CHECK (col3 >= 100.00), col4 DATE NOT NULL WITH DEFAULT) Which of the following definitions will cause the CREATE TABLE statement to fail?