select top 3 sal from each dept?

Answer Posted / asksam

Easy method to find top 3 sal -

Select distinct top 3 (sal) from emp order by sal desc

Is This Answer Correct ?    10 Yes 27 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are local and global Indexes and where they are useful.

930


how to see the create table statement of an existing table? : Sql dba

527


What is sql partition?

552


What is indexes?

542


How run sql*plus commands that are stored in a local file?

524






Write a query to display the current date in sql?

516


How can triggers be used for the table auditing?

594


Is sql between inclusive?

590


What are the dml statements?

689


what is offset-fetch filter in tsql? : Transact sql

539


What is the syntax and use of the coalesce function?

601


Can you rollback after commit?

532


What is an intersect?

656


Explain ttitle and btitle.

672


What are character functions in sql?

498