how to find nth highest salary
Answer Posted / haribabuboddapati
select max(sal)*from emp
where sal>select max(sal)*from emp
| Is This Answer Correct ? | 24 Yes | 100 No |
Post New Answer View All Answers
What is rolap and its advantage? : sql server analysis services, ssas
What is the synonym of join?
How many database files are there in sql server 2000?what are they?
What causes index fragmentation?
Explain ranking functions?
Is it possible to have clustered index on separate drive from original table location?
What are cursors and when they are useful?
What do you understand by the data quality services in sql server?
How to get a list of columns using the "sp_help" stored procedure in ms sql server?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
How to create nested stored procedure?
write an SQL query to list the employees who joined in the month of January?
What are the different types of sql server replication? : sql server replication
Where can you find the error log information? : sql server database administration
How to edit table in sql server 2017?