I have student marks in a student table. I need second
highest mark .Then what will the query for this?
Answer Posted / suman
select max(mark) from student where mark <
(select max(mark)from student)
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How to handle error or exception in sql?
How use inner join in sql server?
What is a collation?
How to enter date and time literals in ms sql server?
Write an sql query to sort a table according to the amounts in a row and find the second largest amount.
When you should use a low fill factor?
What is an etl file?
Why variables called the most powerful component of ssis?
Can a unique index be created on a column, which contains null?
Who developed sql server?
How to stop a loop early with break statements in ms sql server?
What is the filtered index?
Explain various data region available in ssrs with their use?
How to execute stored procedure and set temp table in sql server?
What is a print index?