Which of the following SQL statements is used to create a new table?
Q1. Which of the following SQL statements is used to create a new table?
Answer: CREATE TABLE
Explanation: The CREATE TABLE statement is used to create a new table in a database, defining its structure and columns.