From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / pradeep sahoo
Select * from Employee where sal = (select max(sal) frpm
Employee)
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
Explain some predefined exceptions.
What is program debugging?
Can you join a table to itself?
What is difference between inner join and cross join?
What are pl/sql cursor exceptions?
Differentiate between syntax and runtime errors.
What is sql integrity?
What is the difference between left and left outer join?
What does truncate mean in sql?
What is difference between sql and excel?
What is query syntax?
What is sqlite used for?
How do you delete data from a table?
What is the best free sql database?
How do I run a script in sql developer?