From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / dinesh kumar
select * from employee where salary =( select max(salary) from
employee);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between view and stored procedure?
How do I run a sql script?
Why we use sql profiler?
Where the sql database files are stored?
what is data manipulation language? : Sql dba
what is the difference between nested subquery and correlated subquery?
Is left join and outer join same?
How do I order by ascending in sql?
Where is pl sql used?
What are sql ddl commands?
What information is needed to connect sql*plus an oracle server?
how to install mysql? : Sql dba
What is primary key secondary key alternate key candidate key?
How are functions and procedures called in PL/SQL?
What is the limitation on the block size of pl/sql?