Home »
MCQs »
SQLite MCQs
What is/are the syntax of ROLLBACK statement?
100. What is/are the syntax of ROLLBACK statement?
- ROLLBACK;
- ROLLBACK TO SAVEPOINT savepoint_name;
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
The syntax of ROLLBACK statements are -
- ROLLBACK;
- ROLLBACK TO SAVEPOINT savepoint_name;