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
write an SQL query to list the employees who joined in the month of January?
What is an example of a foreign key?
What function does a database engine serve in the sql server?
Explain the concept of recursive stored procedure.
What is nolock hint in sql server 2008
What is transaction server explicit transaction?
How can you hide the sql server instances?
List out different types of normalizations in sql server and explain each of them?
What is the maximum number of index per table?
What is equi join with example?
What is not null constraint?
Where sql server user names and passwords are stored in sql server? : sql server database administration
What is use of except clause? How it differs from not in clause?
What is the main difference between ‘between’ and ‘in’ condition operators?
what are the Prerequisites for Replication?