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
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
List the data types available in mssql?
How except clause is differs from not in clause?
What is ssl in sql server?
What is normalization? Explain its different types?
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
what's the difference between delete table and truncate table commands? : Sql server database administration
What is difference between after and before?
Define tempdb database?
What is the contrast between sql and pl/sql?
How many types of cursor type are there?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
Which table keeps the locking information?
What is trigger explain with program?
What is the current pricing model of SQL Azure?