I have student marks in a student table. I need second
highest mark .Then what will the query for this?
Answer Posted / appalanaidu
select max(marks) from studentmaster where marks < (select max(marks) from studentmaster)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to concatenate two binary strings together?
Explain system rowset functions?
What is the command to change the recovery model?
In which files does sql server actually store data?
How to get a list of columns in a view using the "sp_columns" stored procedure?
How to create stored procedures with parameters in ms sql server?
What are sql servers used for?
How are the unique and primary key constraints different?
What are the difficulties faced in cube development? : sql server analysis services, ssas
Explain what are the authentication modes in sql server?
What is the impact on other user sessions when creating indexes?
How to convert a unicode strings to non-unicode strings?
What is the difference between online clustering and Offline clustering?
Explain the functionalities that views support?
How to verify a user name with sqlcmd tool?