Multiple Choice
Which of the following is a valid SQL statement?
A) CREATE TABLE newname (colA NUMBER,colB DATE) ;
B) CREATE TABLE newname as SELECT * FROM books;
C) CREATE TABLE newname (colA,colB) ;
D) CREATE TABLE newname (colA DATE,colB VARCHAR2(3) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q89: A database object is a defined,self-contained structure
Q90: If you are creating a new table
Q91: If a new column is added to
Q92: A table name can consist of numbers,letters,and
Q93: The name of a table can be
Q95: The DELETE TABLE command can be used
Q96: A CHAR column cannot be resized to
Q97: Which of the following datatypes refers to
Q98: The DROP UNUSED COLUMNS clause can be
Q99: A column name can consist of up