Answer Posted / pramod janjirala
select max(sal),ename from emp where sal=(select max(sal)
from emp) group by ename;
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
What is before trigger?
What is difference between rank () row_number () and dense_rank () in sql?
What is trigger and types?
what is denormalization. : Sql dba
Explian rowid, rownum?
What is procedure and function in sql?
What are pl/sql cursor exceptions?
How can you select unique records from a table?
How delete all data from table in sql?
How sql query is executed?
What is a unique key and primary key and foreign key?
How do I view a procedure in sql?
Define a temp table?
How to rename a column in the output of sql query?