how to find nth highest salary
Answer Posted / gopi mandadi
Select emp_no,name,dept,sal from emp_t A
Where &n = (Select sal from emp_t B Where A.sal <= b.sal)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the maximum size per database for sql server express?
What are statistics?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
what is checksum in sql server.........???
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
What are the reporting services components?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
what is the sql equivaent of the dataset relation object ?
what information is maintained within the msdb database? : Sql server administration
What is the difference between functions and stored procedures?
What is the ‘fillfactor’?
How do I view a procedure in sql server?
Explain Geography datatype in SQL Server
What do you mean by table and field in sql?
How to enable tcp/ip protocol on a sql server?