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
What is row_number function?
What is rtm version in sql server?
How to delete duplicate rows?
How can you list all the columns in a database?
What is the fillfactor concept in indexes?
Is resultset an interface?
What is data source document?
What is database mirroring?
If a table does not have a unique index, can a cursor be opened on it?
If user is owning any SQL Objects, can we drop that user
You want to implement the one-to-one relationship while designing tables. How would you do it?
What are the new features in sql server 2016?
Name and describe few console utilities for ssrs?
Does transparent data encryption provide encryption when transmitting data across the network?
Do you know what are different types of replication in sql server?