I have student marks in a student table. I need second
highest mark .Then what will the query for this?
Answer Posted / aaaa
SELECT * FROM `student` WHERE class='Six' ORDER BY mark DESC
LIMIT 1,1
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is the order of columns in the set clause important in ms sql server?
What is sql server database?
What is a non-clustered index?
What is faster join or union?
What are orphan records?
What is a primary index?
Do you know nested transaction?
Do you know what is difference between stored procedure and user defined function?
How to set the current database in ms sql server?
How to loop through returning rows?
What different steps will a sql server developer take to secure sql server?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
List out what other servers you can use with ssrs?
How adventureworkslt tables are related?
Is port 1433 secure?