What Is The Syntax Of Sqlite Savepoint Statement #101
What is the syntax of SQLite 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.11.
What is the syntax of SQLite SAVEPOINT statement?
SAVEPOINT savepoint_name;
SAVEPOINT name;
SAVEPOINT;
None of the above