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
Why is replication required on the sql server?
Explain datetime2 data type in sal server 2008?
Can you explain what is indexed view? How to create it?
What is analysis service repository?
You want to generate a report that is formatted as a chart. Can you use the report wizard to create such a report?
John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?
What is key attribute?
What is thr feature of change data capture?
What happens if null values are involved in datetime operations?
What is log cache in sql server?
Explain raiserror in sql server?
what happens on checkpoint? : Sql server database administration
What is logon trigger?
What is create command?
Define indexes?