Which SQL command is used to define and create a new table within a database?
2025
Which SQL command is used to define and create a new table within a database?
- A.
CREATE TABLE
- B.
UPDATE
- C.
SELECT
- D.
INSERT
Attempted by 126 students.
Show answer & explanation
Correct answer: A
In SQL (Structured Query Language), the CREATE TABLE statement is the foundational command used to set up the architecture of a relational database table.