I have student marks in a student table. I need second
highest mark .Then what will the query for this?
Answer Posted / koti,khammam
select max(mark) from student where mark not in (select max
(mark) from student)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the differences between stored procedure and view in sql server?
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
What are the advantages of log shipping?
Do you know how to implement service broker?
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
Do you know nested transaction?
How to provide default values to stored procedure parameters?
Explain time data type in sal server 2008?
What is view in sql?
what is a traditional network library for sql servers? : Sql server database administration
Can you explain different types of joins?
Explain temporary table vs table variable by using cursor alternative?
Where are full-text indexes stored?
How does SSIS(Sql Server Integration Services) deffer from DTS(Data Transformation Services)?
What is the difference RDBMS and Graph Database?