engineering computer science MCQ #619

Which SQL statement is used to modify the structure of a database table?

engineering computer science MCQ #619

  1. Question 1

    Q1. Which SQL statement is used to modify the structure of a database table?

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

    Answer: ALTER

    Explanation: The ALTER statement modifies the structure of a database table, such as adding or dropping columns.