Q. What does the CREATE TABLE Statement do?
β
Correct Answer: (C)
A new table in SQL is created using this SQL statement.
Explanation: A new table in SQL is created using CREATE TABLE SQL statement