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
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 connect asp pages to oracle servers?
Is it possible to split the print reviewer into more than one region ?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
State any two functions of oracle?
What is an oracle cursor variable?
How to upsert (update or insert into a table)?
List the parts of a database trigger.
What is the order of defining local variables and sub procedures/functions?
What is a cursor variable?
What is Undo Management Advisor in Oracle?
what are bitmap indexes? How does they work?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
How to drop a stored function?
What are privileges and grants?