How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / tasneemuddin
Select <Employee Name Field> From <Table Name> Where <Salary
Field> < 2000
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between implicit and explicit transaction?
What do you mean by a Composite primary key?
How do indexes help, types?
what is a check constraint?
What command would you use to add a column to a table in sql server?
What are the lambda triggers?
Where sql server user names and passwords are stored in sql server? : sql server database administration
Do you know the isolation level that sql server support?
How to create a simple table to test triggers in ms sql server?
Can we use having clause without group by?
what's the information that can be stored inside a bit column? : Sql server database administration
Explain the Ways to improve the performance of a sql azure database?
Explain can SSRS reports Cache results?
How many types of objects are there?
Does hive support indexing?