engineering computer science MCQ #889

Which SQL command is used to modify existing data?

engineering computer science MCQ #889

  1. Question 1

    Q1. Which SQL command is used to modify existing data?

    • A) INSERT
    • B) UPDATE
    • C) DELETE
    • D) SELECT

    Answer: UPDATE

    Explanation: UPDATE command modifies existing data in a database table, allowing changes to specific rows or columns.