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
Explain the field term used in database.
During insert operation in Netezza Connector, if we give direct option as Yes , is there any issue?
Which database does facebook use?
What is the database url?
How many types of locks are present in a database?
What is Data Modelling?
What is the best database?
how to configure oracle 10g in java1.5 and tell me know how to set class path in system?
what is rcp,if rcp disabled what happen?
Under which circumstance should you create an index on a table?
Explain natural key?
What are the various ways to execute a query in teradata?
Given a table of Player which contains Sno and player name, write a query which finds all possible Table Tennis doubles pairings.
Design an ETL process( batch job/script)from source to starting that u will not be dependent on the source in the near future?please elobarate details on what are things to consider.if you'd like to do a diagram that will be great.please answer it
What are different types of blocks used in stored procedure?