From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / kvsd
select * from employees where salary = (select max(salary)
from employees)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
what is 'mysqlcheck'? : Sql dba
What is the main difference between sql and pl/sql?
how to increment dates by 1 in mysql? : Sql dba
What is posting?
What view means?
How to select 10 records from a table?
What is scalar function?
What's the difference between a primary key and a clustered index?
What are the three pl sql block types?
What is a primary key? Explain
Which is better join or subquery?
what is a tablespace? : Sql dba
Can we enter data in a table in design view?
What are the three forms of normalization?