engineering computer science MCQ #802

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

engineering computer science MCQ #802

  1. Question 1

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

    • A) ALTER TABLE
    • B) MODIFY TABLE
    • C) CHANGE TABLE
    • D) UPDATE TABLE

    Answer: ALTER TABLE

    Explanation: ALTER TABLE command is used to modify the structure of a database table, such as adding or removing columns.