Question: Consider the following SQL CREATE statement: CREATE TABLE MYTABLE ( COL 1 CHAR ( 1 0 ) NOT NULL ) IN TS 4 ; What
Consider the following SQL CREATE statement:
CREATE TABLE MYTABLE
COL CHAR NOT NULL
IN TS;
What will happen when this statement is executed?
Question Select one:
A
MYTABLE will be stored in the TS table space in an implicitly created database
B
MYTABLE will be stored in the TS table space database DSNDB
C
MYTABLE will be stored in the database that contains the TS table space
D
MYTABLE will be stored in the TS table space in database DSNDB
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
