write a query for the fifth highest salary?
Answer Posted / chethan
select Salary from ( select salary from emp order by desc) as employee where rownum = 5;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Under which circumstance should you create an index on a table?
What is database client?
can we delete autodiff back up that we have set through sql server agent.
sparse lookup and where its options we find in OCI and db2?
What is database server and how it works?
What is the use of default key?
What is the purpose of TNS?
What are the most common databases?
List some advantages of dbms.
Explain normalization in one line?
Given a table Employee which has columns name and salary, write an SQL query to find the employee with the second highest salary.
HOW WE PASS PARM PARAMETERS TO CL VARIABLES FROM RPGLE?
What is the role of driver manager?
what are wrappers and build ups and what it's use?
How do I setup a database connection?