What are MySQL transactions?

Answers were Sorted based on User's Feedback



What are MySQL transactions?..

Answer / amith

A set of instructions/queries that should be executed or
rolled back as a single atomic unit.

Is This Answer Correct ?    3 Yes 0 No

What are MySQL transactions?..

Answer / sunil kumar

Transaction is a logical unit of database processing that
includes one or more database access operation such as
insertion,deletion,modification,retrival.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

what if you really want to store the timestamp data, such as the publication date of the article?

2 Answers  


Does mysql automatically index foreign keys?

0 Answers  


What is a user defined variable?

0 Answers  


How do I create a mysql username and password?

0 Answers  


How to get a list of columns in an existing table?

0 Answers  






What is the datatype of image?

0 Answers  


What are MySQL transactions?

2 Answers  


How to control the max size of a heap table?

0 Answers  


What is mysql database used for?

0 Answers  


How can you filter the duplicate data while retrieving records from the table?

0 Answers  


I have two sql database at different PC.how can link b/w database and database tables.

2 Answers  


What are the advantages/disadvantages of mysql and php?

0 Answers  


Categories