a query to select maxmun 3 salaries of employee table

Answer Posted / kumari

SELECT TOP (3)with ties empsalry
FROM empsalr

order by empsalry desc;

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between I and G in Oracle?

595


Explain the use of control file?

647


How do we get field details of a table?

539


How do we display rows from the table without duplicates?

540


Can you tell me how to add new column in existing views?how?How is possible?

925






Explain about integrity constraint?

594


What is the difference between formal parameters and actual parameters?

536


what are steps for interface? where is exchange rate defined in which table?

1484


how to do daily transactions with out sql* loader control file regesterd in apps?

1213


what is meant by magic query

1764


What is the string concatenation operator in oracle?

563


How to filter out duplications in the returning rows using oracle?

633


Difference between pre-select and pre-query

564


How to loop through a cursor variable?

559


What is literal?

580