Answer Posted / udaya
select emp_salary from emp e where 3 =(select count(distinct
emp_salary) from emp where e.emp_salary<=emp_salary)
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?
What samples and sample databases are provided by microsoft?
How do you Implement SSIS Packages in your Project?
What are the common performance issues in sql server?
How to recreate an existing index in ms sql server?
What is the full meaning of dml?
What are sql server procedures?
What are the advantages dts has over bcp?
Explain the ways to controlling cursor behavior?
How do I create a trace in sql server?
How do you rename a table in sql server?
How to create a scrollable cursor with the scroll option?
List the different types of joins?
Can I work with several databases simultaneously? : sql server management studio
What is the difference between functions and stored procedures?