how to find nth highest salary
Answer Posted / kalai
SELECT * FROM EMP A WHERE 7=(SELECT COUNT(SAL) FROM EMP
WHERE A.SAL<SAL)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a SQL query to make a column as unique?
What is the use of builtinadministrators group in sql server? : sql server security
System requirements for sql server 2005 express edition?
what is blocking? : Sql server database administration
What is a transact-sql statement?
How to execute function in stored procedure sql server?
Explain few examples of RDBMS?
What do you understand by SQL*Net?
Do you know the cursor types?
What is etl - extraction, transformation, and loading?
How to use values from other tables in update statements in ms sql server?
How to list all columns in a table using odbc_columns()?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
How to find the source of a table in sql server?
How retrieve field names from the table in SQL through JAVA code?