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
Should you normalize audio?
what type of index will get created after executing the above statement? : Sql server database administration
Where sql server usernames and passwords are stored in a sql server?
What is trace flag in sql server?
Which are new data types introduced in sql server 2008?
What is nonclustered index with included columns ?
How to enforce security in sql server? : sql server security
Explain the ways to controlling cursor behavior?
How do I view a procedure in sql server?
What are the advantages of using stored procedures in sql server?
How to include text values in sql statements?
Explain use of expression builder.
Name few endpoints exposed by ssrs 2012?
What are rest-style architecture's?
What happens to a trigger with multiple affected rows?