I have student marks in a student table. I need second
highest mark .Then what will the query for this?
Answer Posted / suman
select max(mark) from student where mark <
(select max(mark)from student)
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is the purpose of a table?
Tell me can we use custom code in ssrs?
How to get the definition of a trigger back?
How to get a list of columns in a view using "sys.columns" in ms sql server?
What are constraints in microsoft sql server?
What is a transact-sql statement batch in ms sql server?
What is RMS migrations?
What are clustered and non-clustered index?
How to create a store procedure with encryption?
What are xml indexes?
what is normalization? : Sql server database administration
What are a scheduled jobs?
What is spid in sql server profiler?
What is 5nf in normalization form?
What are the disadvantages of using the stored procedures?