I have student marks in a student table. I need second
highest mark .Then what will the query for this?
Answer Posted / sarika
select max(mark)
from student
Having max(mark)<(select max(mark)
from student)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the collation?
why would you call update statistics? : Sql server database administration
What is the difference between indexing and hashing?
i have made a project i vb.net n created a .exe of it after installing it in to any pc, the database (sql express) is not geting accesed i.e the aplication cuts the link of the database, so plz help in this matter.
How would we use distinct statement? What is its use?
How to find tables without indexes?
how many clustered indexes can be created on a table? : Sql server database administration
What is normalization and its types?
Can we use pragma autonomous_transaction in trigger?
What is temporary stored procedure?
What is 1nf 2nf and 3nf?
Give the query of getting last two records from the table in SQL SERVER?
What is the difference between seek predicate and predicate?
How to modify existing triggers using "alter trigger"?
Using the customer, and order table in northwind database, please write a query to produce xml?