What is a transaction and what are ACID properties?
Answer Posted / 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 View All Answers
Do you know what is difference between stored procedure and user defined function?
When would you use it?
What it means to be triggered?
what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
Which sql server is best?
What is the Difference Between Primary and Foreign Key?
What is rolap and its advantage? : sql server analysis services, ssas
Why truncate is ddl command?
what is an extended stored procedure? : Sql server database administration
How to write a query with a full outer join in ms sql server?
What is the server name in sql server?
How to change parameter value inside the report?
What is difference between aggregate and analytic function?
Is sql different from sql server?
What is indexed view? How to create it?