engineering computer science MCQ #686

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

engineering computer science MCQ #686

  1. Question 1

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

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

    Answer: ALTER

    Explanation: The ALTER command modifies the structure of a table, such as adding or removing columns.