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
what is the use of friend function? : Sql dba
when MSQL8.0 is in market
What is an inner join sql?
Why do we need unique key in a table?
What is a boolean in sql?
When is a declare statement required?
What trigger means?
How do I know if I have sql express or standard?
What is the purpose of a sql?
i have some prob lem to tell me about my self in interview first round ...
how to do backup entire database? : Transact sql
what does myisamchk do? : Sql dba
What can I use instead of union in sql?
How delete a row in sql?
Can primary key be changed?