Answer Posted / ahmad nazmi
select ename , max(sal)
from emp
group by ename ;
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
Explain the significance of the & and && operators in pl sql.
What is normalisation and its types?
What is nosql db?
How do I remove duplicates in two columns?
is it possible to pass an object or table to a procedure as an argument?
What are basic techniques of indexing?
What is a null value?
What is compound trigger?
How much does sql cost?
How many developers work on postgresql?
what is csv? : Sql dba
What are the types of triggers in sql?
Can 2 queries be executed simultaneously in a distributed database system?
What is optimistic concurrency control? : Transact sql
What is AUTH_ID and AUTH_USER in pl/sql ?