I have student marks in a student table. I need second
highest mark .Then what will the query for this?
Answer Posted / supriya
select max(marks) from student where marks not in (select
max(marks) from student)
Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
Define views.
role of sql sever 2005 in database rather than any other database
Which table keeps information about stored procedures?
Explain what is use of dbcc commands?
Benefits of Stored Procedures?
Tell me the difference between clustered and non-clustered index?
Do comments need to go in a special place in sql server 2005?
Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
What are cursors in ms sql server?
how to do partition in sqlserver
What is the use of partition by in sql server?
what is memory-optimized nonclustered indexes
How to include date and time values in sql statements?
Explain how many normalization forms?
whats the maximum size of view state??