What is session variable in mysql?


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

Post New Answer

More MySQL Interview Questions

What happens when the column is set to AUTO INCREMENT and you reach the maximum value for that table?

2 Answers  


What is data types in mysql?

0 Answers  


How do I start mysql database?

0 Answers  


How many columns is too many mysql?

0 Answers  


What are the advantages/disadvantages of mysql and php?

0 Answers  






Is mysql written in c?

0 Answers  


Why we use mongodb instead of mysql?

0 Answers  


what is the Dynamic management views? where can you use?

1 Answers   ACC,


How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.

0 Answers  


What does mysql flush hosts do?

0 Answers  


Can we rollback truncate in mysql?

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