DBA > Job Interview Questions > COBOL SQL Interview Questions

What is the syntax for a CREATE TABLE statement

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is the syntax for a CREATE TABLE statement ?

CREATE TABLE table name
(column name list primary key (column name))
in database-name, tablesspace-name

(Continued on next question...)

Other Job Interview Questions