...
Database-Management-System
August 29, 2024
Normalization
August 29, 2024
Database-Management-System
August 29, 2024
Normalization
August 29, 2024

Database-Management-System

Question 701
Which of the following is not a transaction management SQL command?
A
Rollback
B
Commit
C
Select
D
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
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

Leave a Reply

Your email address will not be published. Required fields are marked *