I have student marks in a student table. I need second
highest mark .Then what will the query for this?
Answer Posted / maheswar reddy s
select top 1 * from (select top 2 marks from student order by marks desc)a order by marks
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is a traditional network library for sql servers? : Sql server database administration
How to list all schemas in a database?
How you can change the database name in SQL SERVER?
How to send a ssrs report from ssis?
How to configure and test odbc dsn settings?
Call by value and call by reference in procedure and function, with NOCOPY.
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
Please explain what is “asynchronous” communication in sql server service broker?
How to turn on the mssql api module in php?
What are the different sql server versions?
How do you create an execution plan?
what protocol both networks use? : Sql server database administration
What is difference between line feed ( ) and carriage return ( )?
What are the different types of data sources in ssrs?
What are the different subsets of sql?