Advertisements
Advertisements
Question
Write the syntax of creating table command.
Code Writing
Advertisements
Solution
CREATE TABLE table_name (
column1 data_type(size) constraint,
column2 data_type(size) constraint,
...
);shaalaa.com
Is there an error in this question or solution?
