How to select the name of employee who is getting maximum
sal with out using subquery
Answer Posted / lince
select top 1 Name from emp order by sal desc
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
What do you mean by a deadlock?
How to view the tablespaces in the current database?
What is an oracle recycle bin?
What is oracle and what are its different editions?
What is the maximum number of triggers that can be applied to a single table?
How to create a new view in oracle?
What is difference between cartesian join and cross join?
Explain database link?
How to generate query output in html format?
What is a data lock in oracle?
What is a schema in oracle?
How do I uninstall oracle 11g?
What is the relationship among database, tablespace and data file?
What is a select query statement in oracle?
Can we save images in a database and if yes, how?