Why main is user defined function?
No Answer is Posted For this Question
Be the First to Post Answer
What is database white box testing?
What is the use of @@spid?
How do you create an execution plan?
Do you know what are acid properties?
What are various aggregate functions that are available?
What are the tool windows in sql server management studio? : sql server management studio
What are the differences between union, intersect, and minus operators?
How many types of schemas are there?
What is log in sql server?
Why we use functions in sql server?
HOW TO FIND THE EMPLOYEE DETAILS WHO ARE GETTING SAME SALARY IN EMP TABLE
Department ----------- salary Deptname 1000 A 3000 A 2000 B 3000 B 4000 C 5000 C select the deptname where salary >=5000 result should be: Deptname --------- C please post only executed query in SQL server 2005 Asked By: Md. Niyaz