Home »
MCQs »
SQLite MCQs
What is/are the syntax of BEGIN TRANSACTION statement?
83. What is/are the syntax of BEGIN TRANSACTION statement?
- BEGIN;
- BEGIN EXCLUSIVE TRANSACTION;
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
The syntax of BEGIN TRANSACTION statement are -
- BEGIN;
- BEGIN EXCLUSIVE TRANSACTION;