engineering computer science MCQ #706

What is the purpose of the CREATE TABLE statement in SQL?

engineering computer science MCQ #706

  1. Question 1

    Q1. What is the purpose of the CREATE TABLE statement in SQL?

    • A) To create a new index
    • B) To create a new view
    • C) To create a new table
    • D) To create a new trigger

    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.