How to Remove the 3rd highest salary person record from
table?
Answer Posted / avnish srivastava-test engg fc
select max(salary)from employees
where
salary < (select max(salary)from employees where
salary < (select max(salary) from employees))
| Is This Answer Correct ? | 10 Yes | 11 No |
Post New Answer View All Answers
Explain the difference between sap and oracle?
if you ctreate table identity
How to get a list of all background sessions in the database?
Explain oracle left join with an example?
How to load a large xml file?
What is the difference between count (*), count (expression), count (distinct expression)?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
Difference between varchar and varchar2 data types?
what are the advantages of running a database in archive log mode?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
Explain a private synonyms?
how to join query for one source type is oracle another source type is sql server ?
How to load data from external tables to regular tables?
What is Virtual Private Database in Oracle?
How do you bind variables in oracle?