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
How to perform backup for certificates in sql server? : sql server security
What is for xml in sql server?
What is a benefit of using an after insert trigger over using a before insert trigger?
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
Explain primary key in sql server?
How is table type constraint applied to a table?
What are the lambda triggers?
How to get all stored procedures in sql server?
How to reaname table name without using sp_Rename in sql server..?
What do you understand by check constraint in sql server?
Call by value and call by reference in procedure and function, with NOCOPY.
Would you store your query in a ssrs report or a database server? State the reason why?
What is row-level compre?
When we should use and scope of @@identity?
Can we insert data into a view?