Database MCQS - QUESTION DETAILS

What is the purpose of the SQL Server ROLLBACK statement?
A. Save changes to the database
B. Undo changes made during the current transaction
C. Commit changes to the database
D. Delete records from the database

ROLLBACK is used to undo changes made during the current transaction in SQL Server.

Similar Questions

What is the purpose of the SQL UNION operator?






Which SQL statement is used to create a new table in a database?






What does SQL stand for in the context of Oracle Database?






Which Oracle statement is used to create a new table in a database?






In Oracle, what is the purpose of the ROLLBACK statement?






Which SQL Server statement is used to add a new row to a table?






What is the purpose of the Oracle UTL_FILE package?






What is the purpose of the Oracle NVL() function?






Which SQL Server statement is used to grant specific privileges to a user?






What is the purpose of the SQL AVG() function?