What Is The Syntax Of Sqlite Releasve Savepoint Statement #98
What is the syntax of SQLite RELEASVE SAVEPOINT 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 the syntax of SQLite RELEASVE SAVEPOINT statement?
RELEASE SAVEPOINT savepoint_name;
RELEASE savepoint_name;
RELEASE name;
RELEASE SAVEPOINT name;