engineering computer science MCQ #729

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

engineering computer science MCQ #729

  1. Question 1

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

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

    Answer: UPDATE

    Explanation: The UPDATE statement is used to modify existing data in a table, allowing you to change the values of one or more columns.