find out first highest salary?
Answer Posted / o p yadav
select max (salary) from emp
emp is a table name and salary is a coloum name
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to write a query with an inner join in oracle?
Where is the export dump file located?
What is index-organized table in Oracle?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
How to synchronize 2 schema's objects?
1) Does oracle have any table which contain all the exceptions and it's code internally?
What is the maximum limit on the number of columns in a table?
What is define in oracle?
What are the types of trigger in oracle?
How to update values on multiple rows in oracle?
How to drop an index in oracle?
What is a nvl function?
How to write date and time literals in oracle?
How to Truncate Table in Oracle
Why we use bulk collect in oracle?