how to find nth highest salary
Answer Posted / jayakumar
please try this....
this is very usefull to you
select colunm_name from (select distinct(column_name) from
table_name where column_name is NOT NULL order by desc)
where rownum=n;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the two authentication modes in sql server?
What is database isolation in sql server? : sql server database administration
You want to implement the one-to-one relationship while designing tables. How would you do it?
1)what is the difference between Reinitializing a Subscription and synchronization the subscription? 2)when to use reinitializing ? 3)when to use synchronization? 4)when adding table or deleting a table what to do?(reinz.. or syn) 5)when adding a column what to do?
What is resource governor?
Explain how many types of relationship?
What command is used to rename the database?
What are various ways to enhance the ssrs report?
What is sql collation?
How to manipulate data from one table to another table ?
Can a table be moved to different filegroup?
What is built-in function?
Explain the properties of a relational table?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
How many types of schemas are there?