engineering computer science MCQ #654

Which SQL command is used to modify existing data in a database?

engineering computer science MCQ #654

  1. Question 1

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

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

    Answer: UPDATE

    Explanation: UPDATE command is used to modify existing data in a database by specifying the columns and values to be updated.