Home »
MCQs »
SQLite MCQs
What is the syntax of SQLite RELEASVE SAVEPOINT statement?
98. What is the syntax of SQLite RELEASVE SAVEPOINT statement?
- RELEASE SAVEPOINT savepoint_name;
- RELEASE savepoint_name;
- RELEASE name;
- RELEASE SAVEPOINT name;
Answer: B) RELEASE savepoint_name;
Explanation:
The syntax of SQLite RELEASE SAVEPOINT statement is:
RELEASE savepoint_name;