What is a transaction and what are ACID properties?

Answers were Sorted based on User's Feedback



What is a transaction and what are ACID properties?..

Answer / srivas

A transaction is a logical unit of work in which, all the
steps must be performed or none. ACID stands for Atomicity,
Consistency, Isolation, Durability. These are the properties
of a transaction.

Is This Answer Correct ?    8 Yes 0 No

What is a transaction and what are ACID properties?..

Answer / mobin sathupally

A transaction is a logical unit of work in which, all the
steps must be performed or none.A transaction follows four
properties(rules).These four properties are known as ACID.
ACID stands for Automocity,Consistency,Isolation and
Durability.

Is This Answer Correct ?    2 Yes 0 No

What is a transaction and what are ACID properties?..

Answer / rahul

transaction is only the reading or writing or both reading
and writing in a database. when we are reading from a
database that is transaction where the database is not
changing. in writing into database the database values can
be changed. we can do both reading and writing in a database.
to do these operations the database must have the acid
properties.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

wat new abt truncate in sql server

2 Answers   HCL, HP,


What are the types of normalization?

0 Answers  


What is the purpose of indexing?

0 Answers  


two tables are there.1st table EMP has two columns ID and name and contains data 1,A 2,B 3,C 2nd table EmpSal has 2 columns ID and Salary Contains data -1,1000 2,5000 3,3000 Find name of employee having maximum salary ?

5 Answers   CSE,


what is a transaction? : Sql server database administration

0 Answers  






How to delete duplicate records based on single column from a table?

0 Answers   Petranics Solutions,


After using delete statement in sql query to delete some records...to retrieve the deleted records we can get using rollback command but till that where it stores means particular location name i need....(after deleting and rollback )

3 Answers   CarrizalSoft Technologies, iGate,


Tell me what is the difference between locking and multi-versioning?

0 Answers  


What are the methods used to protect against sql injection attack?

0 Answers  


What is the difference between delete and truncate statements?

0 Answers  


Find columns used in stored procedure?

0 Answers  


What is a full text index?

0 Answers  


Categories