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
What is table-valued sub query?
Do you know what are the properties of the relational tables?
What happens if ntwdblib.dll is missing on your machine?
What are points to remember while using the fillfactor argument?
What is the exact numeric data type in sql?
Is sql different from sql server?
Define compound operators?
What is a deadlock and what is a live lock?
What is the difference between sdf and mdf?
How do I run a trace in sql server?
What is the default schema of your login session in ms sql server?
How many primary keys are possible in a table?
What are the underflow and overflow behaviors on float literals?
How much is a sql server license?
What is advantage data architect?