Answer Posted / suresh naik
select sal, ename from emp where sal = (select max(sal) from
emp);
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What problem one might face while writing log information to a data-base table in pl/sql?
what is bcp? When does it used? : Sql dba
What is sqlite format?
When should I use nosql database?
What is sql*plus?
What is raid? How does it help storage of databases?
What is rownum and rowid?
What are the possible values for the boolean data field?
What is sql catalog?
How does postgresql compare to mysql?
How can we debug in PL/SQL?
How do you modify a column in sql?
How can you know that statistics should be updated?
Do stored procedures prevent sql injection?