find out the third highest salary?
Answer Posted / chinmaya
Select Top 1 Sal from (Select Top 3 Sal from emporder by
Sal desc) x order by Sal
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which are the five query types available in oracle?
What is bulk copy or bcp in oracle?
Explain the use of ignore option in imp command.
How to select some columns from a table in oracle?
What is a trigger and what are its types?
What is a tns service name?
how to join query for one source type is oracle another source type is sql server ?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
When do you get a .pll extension in oracle? Explain its importance
In which language oracle has been developed?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
Explain the use of analyse option in exp command.
What are the general rules on data consistency?
What is the fastest query method to fetch data from the table?
Explain an integrity constrains?