How to select the name of employee who is getting maximum
sal with out using subquery
Answer Posted / rushi
select ename from employee where sal=(select disinct(max(sal) from employee));
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What are named parameters?
Will you be able to store pictures in the database?
How to define a data field as not null?
How to run the anonymous block again?
Explain the use of inctype option in exp command.
What do database buffers contain?
What is meant by a deadlock situation?
Can we call procedure inside function in oracle?
What is the difference between sharding and partitioning?
What is a procedure in oracle?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
What do you understand by a database object?
What is an oracle transaction?
What is the usage of control file in oracle?
What is the recommended interval at which to run statspack snapshots, and why?