From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / amit kumar agarwalla
select * from employees
where salary=(select max(salary) from emplpoyees);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the sql*loader? : aql loader
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
how to write date and time literals? : Sql dba
What is data profiling in sql?
What is the difference between sum and count in sql?
Why use triggers in sql?
What is the difference between subquery and correlated query?
How do I copy a table in sql?
How many sql statements are used? Define them.
What are the triggers associated with image items?
how to fetch common records from two tables? : Sql dba
what is a foreign key ? : Sql dba
What is an exception in pl/sql?
What does trigger mean in psychology?
What is pl/sql table? Why it is used?