find out the third highest salary?
Answer Posted / hanumantha r challa
select * from emp a where &n=(select count(b.sal) from emp
b where b.sal>=a.sal);
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Describe the types of sub query?
What is oracle in java?
How to import one table back from a dump file?
What is oracle open database communication (odbc)?
Explain what are the different type of segments?
what is the difference between restoring and recovering?
How to connect to oracle using service name instead of sid?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
Explain the difference between replace() and translate() functions in oracle?
What are group functions in oracle?
What to do if the startbd.bat failed to start the xe instance?
What are the differences between primary key and unique key?
What is the difference between translate and replace in oracle?
Explain the use of record length option in exp command.
How to define a record variable to store a table row?