How to display nth highest salary from a table in a mysql query?


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

Post New Answer

More MySQL Interview Questions

Explain GRANT command in MySQL.

1 Answers  


Explain Normalization concept?

2 Answers   Inuva,


What is csv?

0 Answers  


Do while loop in mysql procedure?

0 Answers  


What is new mysqli?

0 Answers  






What is a heap table?

0 Answers  


Define REGEXP?

0 Answers  


What is the difference between heap table and temporary table?

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  


What are the functions of mysql?

0 Answers  


What is difference between oracle and mysql?

0 Answers  


Explain federated tables?

3 Answers   Tech Mahindra,


Categories