engineering computer science MCQ #747

Which of the following SQL statements is used to create a new table?

engineering computer science MCQ #747

  1. Question 1

    Q1. Which of the following SQL statements is used to create a new table?

    • A) CREATE TABLE
    • B) ALTER TABLE
    • C) DROP TABLE
    • D) TRUNCATE TABLE

    Answer: CREATE TABLE

    Explanation: The CREATE TABLE statement is used to create a new table in a database, defining its structure and columns.