I have student marks in a student table. I need second
highest mark .Then what will the query for this?
Answer Posted / dolat ram
select max(mark) from student where mark < (select max
(mark) from student)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is data source view or dsv? : sql server analysis services, ssas
How does clustered and non clustered index work?
How to use copy and concatenate commands in SQL?
What are three major types of constraints?
What is the default value of an integer data type in sql server 2005?
Can I work with several databases simultaneously? : sql server management studio
Explain about SQLOS?
what is sql server? : Sql server database administration
How do triggers work?
What is sql collation?
What triggers long term care?
Show Practically Sql Server Views are updatable?
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
How to count rows with the count(*) function in ms sql server?
What is subquery in sql?