From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / royals
select max (esal) as maximumsal from employee;
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
How many functions are there in sql?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
Is delete faster than truncate?
How do sql triggers work?
Explain what is dbms?
How to run sql statements with oracle sql developer?
What are the types of sql commands?
What is the sql*loader? : aql loader
How does an execution block start and end in pl sql?
What is file based approach?
What is recursive stored procedure?
What are tables and fields in the database?
List the ways to get the count of records in a table?
what are the different type of sql's statements ? : Sql dba
Which one is faster ienumerable or iqueryable?