How to Select second Maximum salary in a Table ?
Answer Posted / guest
select max(sal) from Table
where sal not in(select max(sal) from Table);
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
What is difference between truncate and delete?
How to load a large xml file?
What is blob data type in oracle?
Design database draw er diagram for a certain scenario ?
How to drop a tablespace?
How to Truncate Table in Oracle
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
How to update a table row with a record?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
What is a snapshot in oracle database?
What are data pump export and import modes?
How to delete a column in an existing table in oracle?
What is oracle database client?
What is a subquery?
Which environment variables are absolutely critical in order to run the OUI?