Question

    Which of the following SQL commands is used to make permanent changes to the database?

    A ROLLBACK Correct Answer Incorrect Answer
    B COMMIT Correct Answer Incorrect Answer
    C SAVEPOINT Correct Answer Incorrect Answer
    D START TRANSACTION Correct Answer Incorrect Answer
    E None of these Correct Answer Incorrect Answer

    Solution

    The "COMMIT" command is used to make permanent changes to the database, saving the changes made in a transaction.

    Practice Next