Question: The following SQL statement was used to create a table: CREATE TABLE TABLE 1 0 ( PROJECT _ NAME CHAR ( 2 0 ) ,
The following SQL statement was used to create a table:
CREATE TABLE TABLE
PROJECTNAME CHAR
PROJECTLOCATION CHAR
IN DBTS;
TS is a universal table space. The table has been in use for quite a while and contains many rows. The DDLMATERIALIZATION subsystem parameter has been set to ALWAYSIMMEDIATE.
Which of the following statements would be considered a pending change?
Question Select one:
A
ALTER TABLE PROJECT
ADD PROJECTCOST
NOT NULL WITH DEFAULT ;
B
ALTER TABLE PROJECT
ALTER COLUMN PROJECTNAME
SET TYPE CHAR;
C
ALTER TABLE PROJECT
DROP COLUMN PROJECTLOCATION;
D
ALTER TABLE PROJECT
ADD WITH RESTRICT ON DROP;
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
