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
Explain about integrity constraint?
Please explain oracle left join with an example?
how the indexes are stored in the Oracle Database?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
What is set operator oracle?
What is the relation of a user account and a schema in oracle?
What are the arithmetic operations?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
How can windows applications connect to oracle servers?
What is private procedure oracle?
Name the various constraints used in oracle?
What are temporal data types in oracle?
What is ADDM Advisor in Oracle?
How do I escape a reserved word in oracle?