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?

Answer: A. CREATE TABLEIn SQL (Structured Query Language), the CREATE TABLE statement is the foundational command used to set up the architecture of a relational database table.

  1. A.

    CREATE TABLE

  2. B.

    UPDATE

  3. C.

    SELECT

  4. D.

    INSERT

Attempted by 619 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.

Explore the full course: Up Police Computer Operator

Loading lesson…