What is transaction ? Give me one example.
Answer Posted / kumar
Transaction is logical unit of work. It will be done all
the things must otherwise none.
It Should be Satisfy ACID Property.
A - Acit
C - Consistency
I - Isolation
D - Durability.
By
Kumar T
| Is This Answer Correct ? | 24 Yes | 16 No |
Post New Answer View All Answers
How to start sql server browser service?
What is temporal table?
Is foreign key a primary key?
How to stop log file growing too big?
How can a database be repaired?
How do I connect to sql server database?
Give an example of why you would want to denormalize a database
List the ways in which dynamic sql can be executed?
List the different types of collation sensitivities in sql server?
How to backup SQL Server Reporting Services ?
What is NOT NULL Constraint in sql server 2012?
What is a data source file?
Explain can SSRS reports Cache results?
What is indexing and its types?
What are the advantages of user defined function?