How to select the name of employee who is getting maximum
sal with out using subquery
Answer Posted / flitchner
select name from (select max(sal) as salary from emp) a,
emp b
where a.salary = b.sal;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the relationship among database, tablespace and data file?
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
Explain database link?
How to drop an index in oracle?
Can we convert a date to char in oracle and if so, what would be the syntax?
How to list all tables in your schema?
What is concurrency in oracle?
What are temporal data types in oracle?
How to display row numbers with the records?
What are the benefits of ordbms?
How to enter a new row into a table interactively?
How to connect ms access to oracle servers?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
what is IDE,DMV in sql server?
How do I manually uninstall oracle client?