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 are the different clear case Roles
Which wildcard character is used for a single character replacement
The maximum number of tables that can be joined is _____________
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?