What is the purpose of the CREATE TABLE statement in SQL?
Q1. What is the purpose of the CREATE TABLE statement in SQL?
Answer: To create a new table
Explanation: The CREATE TABLE statement is used to create a new table in a database, defining its structure and constraints.