Interview Questions

What is the syntax for a CREATE TABLE statement ?

COBOL SQL 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 Interview Questions