Tag: databases
Questions Related to databases
Which of the following is used to indicate a column will not accept NULL values and can be referenced in another table's foreign key specification?
Which of the following tools can be used to automate table reorganization Operations ?
How do you find the total number of rows in a table ?
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?
Which authority or privilege is granted by the DB2 Database Manager configuration file?