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
You want to use bids to deploy a report to a different server than the one you chose in the report wizard. How can you change the server url?
Can binary strings be converted into numeric or float data types?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
List out different types of normalizations in sql server and explain each of them?
What are partitioned views?
how many clustered indexes can be created on a table? : Sql server database administration
How to execute stored procedure and set temp table in sql server?
Define compound operators?
Explain go command in sql server?
How to invoke a trigger on demand?
What is clustered vs nonclustered index?
Why is the need for data conversion transformations?
What is normalization according to you and explain its different levels?
What is analysis service repository?
What are the differences between web role and worker role?