Database-Management-System
August 29, 2024Normalization
August 29, 2024Database-Management-System
Question 701 |
Which of the following is not a transaction management SQL command?
Rollback | |
Commit | |
Select | |
Savepoint |
Question 701 Explanation:
Transaction Control Language(TCL) commands are used to manage transactions in the database. These are used to manage the changes made to the data in a table by DML statements. It also allows statements to be grouped together into logical transactions.
1. Rollback
2. Savepoint
3. Commit
1. Rollback
2. Savepoint
3. Commit
Correct Answer: C
Question 701 Explanation:
Transaction Control Language(TCL) commands are used to manage transactions in the database. These are used to manage the changes made to the data in a table by DML statements. It also allows statements to be grouped together into logical transactions.
1. Rollback
2. Savepoint
3. Commit
1. Rollback
2. Savepoint
3. Commit