What Isare The Syntax Of Rollback Statement #100
What is/are the syntax of ROLLBACK statement?
This multiple choice question (MCQ) is related to the book/course
gs gs118 Data Mining.
It can also be found in
gs gs118 SQLite MCQs - SQLite MCQs - Quiz No.10.
What is/are the syntax of ROLLBACK statement?
ROLLBACK;
ROLLBACK TO SAVEPOINT savepoint_name;
Both A and B
None of the above