find out first highest salary?
Answer Posted / ela tiku
select max(sal) from emp
<<<assuming emp is the table name and sal is the column
name>>>
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do I know if oracle is installed on windows?
What privilege is needed for a user to create views in oracle?
What happens to indexes if you drop a table?
What is MTTR advisor in Oracle?
How to convert dates to characters in oracle?
What is the difference between postgresql and oracle?
What are the attributes that are found in a cursor?
How to connect to oracle using service name instead of sid?
What is a lookup table in oracle?
Explain a synonym?
What privilege is needed for a user to create indexes in oracle?
How to rename an index?
How to load data through external tables?
What suggestions do you have to reduce the network traffic?
How to delete an existing row from a table in oracle?