Answer Posted / pramod janjirala
select sal,ename from emp where sal=(select max(sal) from
emp);
Is This Answer Correct ? | 32 Yes | 7 No |
Post New Answer View All Answers
How to run pl/sql statements in sql*plus?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
Can sql function call stored procedure?
What is a data definition language?
What is case function?
what is the command used to fetch first 5 characters of the string? : Sql dba
How do I know if I have sql express or standard?
What is cold data?
Could you please provide oca (oracle 10g) dumps for my certification ?
Determine if oracle date is on a weekend?
Which sql statement is used to delete data from a database?
how to drop an existing index in mysql? : Sql dba
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
What is multiple partition?
Is left join faster than inner join?