Which is not the properties of a transaction in SQL?
A transaction is a single unit of work. If a transaction is successfully executed, all of the data modifications made during the transaction are committed and become a permanent part of the database.
ACID is the acronym for Atomicity, Consistency, Isolation, and Durability.
What is the use of Session Control Statement(SCS) in SQL?
What is the use of the Transaction Control Statement(TCS) in SQL?
What is the use of Data Control Language(DCL) in SQL?
What is the use of Data Definition Language(DDL) in SQL?
What is the use of Data manipulation Language(DML) in SQL?