i need department wise top 2 employees salary.which logic
i will use
Answer Posted / arun
Select top(2)* from table order by salary desc
Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Can you have more than one trigger on a table?
Is sqlite good enough for production?
Are pl sql variables case sensitive?
What is a sql profiler?
Does asenumerable execute the query?
What is the process of copying data from table a to table b?
What is optimistic concurrency control? : Transact sql
How do I start sql profiler?
How much does sql certification cost?
What is forward declaration in pl sql?
What is rowid in sql?
What are the two types of cursors in pl sql?
What are triggers in sql?
Can you skip header records while loading? : aql loader
How do I run a program in pl sql?