Following is not a part of SQL.
-
Commit
-
Cursors
-
savepoint
-
truncate
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.