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


Please Help Members By Posting Answers For Below Questions

What is a Garbage Collection? and what is full recursive Garbage collection?

2384


What is a synonym? What are its various types?

617


What is the difference between substr & instr functions?

591


How many types of table in Oracle?

612


Whether any commands are used for months calculation? If so, what are they?

583






Difference between varchar and varchar2 data types?

654


How will you differentiate between varchar & varchar2?

583


what is the scripts in data base?

1596


A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.

4244


Can we use oracle pl/sql block in core java? if so how? pls get back to me .....

2499


How can you merge two tables in oracle?

562


what is the difference between data migration and production migration.

1802


What is a procedure in oracle?

608


If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?

1651


What are the database administrators utilities available?

572