How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / afan
SELECT Name
From Employees
Where Salary<200
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Do you know what is sql injection?
What is report subscription?
What is statement level trigger?
What is a view in sql?
Which are the two editions in which SQL Azure database available?
What are different types of replication in sql server?
What is for xml in sql server?
What happens if date-only values are provided as date and time literals?
What is the use of nvl work?
What is the difference between indexing and hashing?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
what types of replication are supported in sql server? : Sql server database administration
What is clustered index
What is row_number function?
What are the types of indexes?