What's the latest version of mysql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

What are the difference between now and current_date in mysql?

1 Answers  


Explain % and _ inside like statement?

0 Answers  


What is an index? How can an index be declared in mysql?

0 Answers  


How does mysql encrypt passwords?

0 Answers  


how to find max salary from the database

3 Answers  






What is the difference between b-tree and hash indexes?

0 Answers  


Can you shard mysql?

0 Answers  


What is definer in mysql?

0 Answers  


What language is used in mysql?

0 Answers  


What is procedure in mysql?

0 Answers  


How can you increase the performance of mysql select query?

0 Answers  


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  


Categories