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
What are the types of joins?
where can i free download sqlserver2008..i can install sqlserver2008 without visual studio 2008 and work on it
How does database replication work?
What are the advantages of normalizing a database.
Is database a hardware or software?
What are indexes in oracle?
Can a database table exist without a primary key?
can u combine pipeline parallelism and partition parallalism? how and whan?
Explain the table term used in database.
Why do we need distributed database?
What is the role of tester in discovery(in Checklist)?
What is a database connection string?
How do I setup a database connection?
List the properties of a transaction.
HOW WE PASS PARM PARAMETERS TO CL VARIABLES FROM RPGLE?