Home »
MCQs »
SQL MCQs »
SQL Basics (Set 2) MCQs
What does the CREATE TABLE Statement do?
8. What does the CREATE TABLE Statement do?
- The stored data in the SQL database is changed or modified by this SQL statement.
- By deleting the stored data, this SQL statement deletes the database.
- A new table in SQL is created using this SQL statement.
- Columns in the SQL database can be created, deleted, or modified with this SQL statement.
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.