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 (
COL1 CHAR(10) NOT NULL )
IN TS4;
What will happen when this statement is executed?
Question 30Select one:
A.
MYTABLE will be stored in the TS4 table space in an implicitly created database
B.
MYTABLE will be stored in the TS4 table space database DSNDB04
C.
MYTABLE will be stored in the database that contains the TS4 table space
D.
MYTABLE will be stored in the TS4 table space in database DSNDB07

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!