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
How to generate query output in html format?
What are the different types of database objects?
What is raw datatype in oracle?
How to convert numbers to characters in oracle?
What happens if you set the sga too low in oracle?
How to change program global area (pga) in oracle?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
What is memory advisor in Oracle?
What is a nested table and how is it different from a normal table?
How to create an oracle database?
What is a private synonym?
How to delete a column in an existing table in oracle?
How to load data from external tables to regular tables?
How to retrieve the count of updated rows?
What is meant by a deadlock situation?