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 is backup in Oracle?
What are the different editions of oracle?
How to create a table interactively?
What is a read only transaction in oracle?
How to drop an existing view in oracle?
Difference between cartesian join and cross join?
How does oracle handle read consistency?
Explain the use of parfile option in exp command.
How to grant create session privilege to a user in oracle?
What happens if the imported table already exists?
Write a trigger example in oracle?
What are the various types of snapshots ?
Point the difference between translate and replace?
List out the components of logical database structure of oracle database.
what happened to the global index when I truncate the data in one of the partition?