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

I have a table like this tblData (month int,Qty int) and i am inserting three rows in this table 1.tblData Values (1,100) 2.tblData Values (2,200) 3.tblData Values (3,300) The Result I want is the Running total of the field Qty that is 1 100 100 2 200 300 3 300 600 What is the Query for that ?

4 Answers  


Is mysql easy to learn?

0 Answers  


What is blob datatype in mysql?

0 Answers  


How do I view a mysql database?

0 Answers  


What is mysqli_connect_error ()?

0 Answers  






Write a query to stop mysql in unix

0 Answers  


Explain MySQL optimization?

1 Answers  


In a property booking section want a query to check that property is booked from StartDate to EndDate.Booking Table field are given id proerty_id start_date checkout_date no_of_visitor booking date status Waiting yours answer.. Thanks In Advance...

1 Answers  


what are the optimization techniques for Query optimization performance issues and faster execution of queries

2 Answers   Infosys, Sierra Atlantica,


How do I edit a database in mysql workbench?

0 Answers  


How to concatenate two character strings?

0 Answers  


What are the three types of queries?

0 Answers  


Categories