From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / pradeep sahoo
Select * from Employee where sal = (select max(sal) frpm
Employee)
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
How many rows can sqlite handle?
What is the difference between sql and mysql?
What does the base_object_type column shows in the user.triggers data dictionary view?
What are tuples in sql?
what is a relationship and what are they? : Sql dba
What is the max nvarchar size?
What is the command used to fetch the first 5 characters of a string?
Why do we need a foreign key?
what is foreign key? : Sql dba
Differentiate between syntax and runtime errors.
What's the procedure?
What is sqlite used for?
What is normalisation in sql?
What are the topics in pl sql?
How to fetch alternate records from a table?