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
When to use Inner join & when to use subquery?
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
What information is maintained within the msdb database?
What is a file group?
Can we add our custom code in ssis?
What stored by the master? : sql server database administration
What is the purpose of floor function?
How many non clustered indexes there can be on table ?
What is the purpose of the model database?
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
What is user defined stored procedures?
What are the different Authentication modes in SQL Server and how can you change authentication mode?
What is trigger explain with program?
Explain the truncate command? : SQL Server Architecture
What are commonly used odbc functions in php?