How to Select second Maximum salary in a Table ?
Answer Posted / 9896012055
select * salary from table < select max(salary) from table
order by salary;
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
how can we store any pdf file in oracle
How to synchronize 2 schema's objects?
How to use "for" statements in oracle?
How to convert numbers to characters in oracle?
How to list all indexes in your schema?
What is the use of file param in imp command?
What is sharded cluster?
How to create a new table by selecting rows from another table?
How to use values from other tables in update statements using oracle?
What is Data Dictionary Cache in Oracle?
What is a cursor variable?
Explain oracle data types with examples?
What is a system tablespace?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
List out the components of logical database structure of oracle database.