HOW TO FIND THE EMPLOYEE DETAILS WHO ARE GETTING SAME SALARY
IN EMP TABLE
Answer Posted / raghuvir
Select *from Emp_table where salary=20000
will display all the employees who have salary 20000
| Is This Answer Correct ? | 30 Yes | 26 No |
Post New Answer View All Answers
Explain about SQLOS?
What is normalization? Describe its different types.
How do I perform an unattended install of sql server 2000?
you notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it? : Sql server administration
What is snapshot report?
What is the Difference Between Primary and Foreign Key?
What is the difference between substr and charindex in the sql server?
How many levels of sp nesting are possible?
Explain about extended stored procedure?
Tell me what is the difference between locking and multi-versioning?
Tell me what is fill factor?
What are the restrictions applicable while creating views? : SQL Server Architecture
What type of Index will get created after executing the above statement?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
What are views used for?