engineering computer science MCQ #679

Which SQL statement is used to modify existing data?

engineering computer science MCQ #679

  1. Question 1

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

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

    Answer: UPDATE

    Explanation: UPDATE statement is used to modify existing data in a database table.