From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / aruna parulekar
select * from employee where sal=(select max(sal) from
employee);
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is application trigger?
Why left join is used in sql?
What is form and report?
What is denormalization in a database?
Is sql open source?
What is right join sql?
Does truncate release storage space?
What is replication id?
Why does sql need a server?
Can you join views in sql?
What do we need to check in database testing?
What is cursor in pl sql?
explain normalization concept? : Sql dba
What is posting?
how is myisam table stored? : Sql dba