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
How delete a row in sql?
Is sql scripting language?
What are sql commands?
what is 'mysqlcheck'? : Sql dba
Is sql port 1433 encrypted?
Explain the rollback statement?
List the ways to get the count of records in a table?
Explain how exception handling is done in advance pl/sql?
What is an emotional trigger?
How do I run a script in sql developer?
How do I kill a query in postgresql?
Can we call stored procedure in function?
Explain polymorphism in pl/sql.
What are triggers and its types?
What is rollback?