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
Explain oracle 12c new features for developers?
What is a cursor in oracle?
How to delete a column in an existing table in oracle?
What is a directory object?
What is the difference between formal parameters and actual parameters?
What is a sub query? Describe its types?
How to do clean up if create database failed?
What is the usage of control file in oracle?
What are the major difference between truncate and delete?
How to synchronize 2 schema's objects?
how to join query for one source type is oracle another source type is sql server ?
Explain how you would restore a database using RMAN to Point in Time?
What is the difference between online and offline backups?
how can we store any pdf file in oracle
What is a trigger and what are its types in oracle?