From an Employee table, how will you display the record
which has a maximum salary?

Answer Posted / sharmila

select emp_name,max(salary)
from Employee.

Is This Answer Correct ?    55 Yes 44 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does select top 1 do in sql?

536


Does pl sql work in mysql?

530


How to run pl sql program in mysql?

510


how to show all tables with 'mysql'? : Sql dba

600


How do you use a while loop in pl sql?

532






Why do we use sql constraints?

653


What is the difference between a procedure and a function?

488


1) Synonyms 2) Co-related Subquery 3) Different Jobs in Plsql 4) Explain Plan 5) Wrap 6) Query Optimization Technique 7) Bulk Collect 8) Types of index 9) IF primary key is created then the index created ? 10) Foreign Key 11) Exception Handling 12) Difference Between Delete and Trunc 13) Procedure Overloading 14) Grant Revoke 15) Procedure Argument types. 16) Functions. 17) Joins

1150


Is mariadb nosql?

579


What is the use of sql trace?

472


What is the difference between an inner join and an outer join?

512


What are sql ddl commands?

541


What is dml and ddl?

521


- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?

1382


How delete all data from table in sql?

568