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
What is oracle and what are its different editions?
What is a package in oracle?
how the indexes are stored in the Oracle Database?
Is a rollback possible to any savepoint?
What is oracle host variable?
Give the constructs of a package, function or a procedure.
What is a table index?
Can we write insert statement in function in oracle?
Whether any commands are used for months calculation? If so, what are they?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
What is a data lock in oracle?
How do I manually uninstall oracle client?
How to define and use table alias names in oracle?
Explain an exception and its types?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?