find out first highest salary?
Answer Posted / la
select max(sal) from emp;
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is a schema in oracle?
Is oracle a programming language?
what is the dual table in oracle?
In what script is snap$ created? In what script is the scott/tiger schema created?
types of indexes and the rationale behind choosing a particular index for a situation.
What is oracle latest version?
What are the varoius components of physical database structure of oracle database?
Differentiate between translate and replace?
Where are the settings stored for each instance in oracle?
What is a private synonym?
How are extents allocated to a segment?
Can select statements be used on views in oracle?
Where do you use decode and case statements?
How to retrieve the count of updated rows?
How to use "in" parameter properly?