crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

What do you mean by transactions and their different controls in SQL Server?
Question Posted on 01 Oct 2022Home >> DataBase >> sql questions >> What do you mean by transactions and their different controls in SQL Server?

What do you mean by transactions and their different controls in SQL Server?
When we say about the transactions in SQL Server we can defined transaction as a sequence of task which is performed on database in a logical manner to gain certains results. And different operations like creating, deleting and updating records performed in the database come from transactions.

And when we say transactions in simple language is a group of sql queries executed in database records.

Below are the 4 transactions controls:-

(1)COMMIT:-We use this to save all changes made through the transaction.

(2)ROLLBACK:-We use this to roll back transaction. And all the changes made by transaction are reverted back and the database remains as before.

(3)SET TRANSACTION:-This will used to set name of the transaction.

(4)SAVEPOINT:-We use SAVEPOINT to set the point where the transaction is to be rolled back.
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Define N in nvarchar and in nchar?

difference between drop and truncate command

difference between procedure and function

different types of databases in sql

Difference Between Update Lock and Exclusive Lock






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap