From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / amedela chandra sekhar
sql> select * from emp where sal=(select max(sal) from emp);
chandumba2005@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is theta join required?
What is the source code of a program?
What is left join in sql?
how to use 'mysql' to run sql statements? : Sql dba
What is procedure and function?
How do I view a sql trace file?
What is the best sql course?
how tsql statements can be written and submitted to the database engine? : Transact sql
Which one is better subquery or joins?
Explain foreign key in sql?
Is sql a backend language?
Is sql procedural language?
what is the difference difference between procedure and packages
What are the subsets of sql?
What is the basic structure of an sql?