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 background process in Oracle?
What is ASM (Automatic Storage Management) in Oracle?
Please explain oracle left join with an example?
What language does oracle use?
What is the sql query to concatenate column values from multiple rows in oracle?
How many types of table in Oracle?
How to initialize variables with default values?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
How to declare a local variable?
What is the dynamic sql in oracle?
How to count duplicated values in a column in oracle?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
How to find the duplicate rows count from employees table in oracle?
How many types of cluster table in Oracle?
Why is oracle used?