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 a crud api?
How do you identify a primary key?
Which one is faster ienumerable or iqueryable?
What is offset in sql query?
Which is better join or inner query?
Can we insert in sql function?
What is aggregate function in sql?
How is data stored on a disk?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
What are the differences between implicit and explicit cursors?
Can we delete column in sql?
Is inner join faster than left join?
How do I sort a table in sql?
Can we use having without group by in sql?
How do I remove sql developer from windows 10?