Multiple choice technology databases

Following is not a part of SQL.

  1. Commit

  2. Cursors

  3. savepoint

  4. truncate

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Cursors are not part of core SQL - they are part of procedural SQL extensions like PL/SQL (Oracle) or T-SQL (Microsoft). COMMIT, SAVEPOINT, and TRUNCATE are all standard SQL commands for transaction control and data definition respectively.