engineering computer science MCQ #667

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

engineering computer science MCQ #667

  1. Question 1

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

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

    Answer: UPDATE

    Explanation: The UPDATE statement modifies existing data in a database, allowing for changes to be made to records.