What is ACID?

Answer Posted / amith

Automicity transactions are atomic and should be treated
as one in case of rollback. Consistency - the database
should be in consistent state between multiple states in
transaction.

Isolation no other queries can access the data modified by
a running transaction. Durability system crashes should not
lose the data.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between mysql_fetch_array() and ysql_fetch_object() ?

491


What is procedure in mysql?

456


What are the method you will follow while sql installing

1852


Is mysql port 3306 tcp or udp?

493


How to check if a record exists in a mysql database php?

426






How do I connect to a database in mysql workbench?

526


How To see all the tables from a database of mysql server.

561


What is mysql used for?

496


What is pdo in php mysql?

479


what is constraints?

602


What causes mysql too many connections?

458


explain GROUPBY & HAVING clause with examples.

1811


What is sql in mysql?

538


What is the purpose of using a heap table?

512


How to filter data from a mysql database table with php?

438