πŸ“Š MySQL
Q. What does the CREATE TABLE Statement do?
  • (A) The stored data in the SQL database is changed or modified by this SQL statement.
  • (B) By deleting the stored data, this SQL statement deletes the database.
  • (C) A new table in SQL is created using this SQL statement.
  • (D) Columns in the SQL database can be created, deleted, or modified with this SQL statement.
πŸ’¬ Discuss
βœ… 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

Explanation by: Tina Singh
A new table in SQL is created using CREATE TABLE SQL statement

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
183
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
85%
Success Rate