Question

    Which SQL statement is used to modify existing data in a

    database table?
    A INSERT Correct Answer Incorrect Answer
    B DELETE Correct Answer Incorrect Answer
    C ALTER Correct Answer Incorrect Answer
    D UPDATE Correct Answer Incorrect Answer

    Solution

    UPDATE is used to change or modify the existing data in the database table.

    Practice Next

    Relevant for Exams: