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
How to change the system date and time from SQL Plus Terminal ?
What is not null constraint?
How do we Backup SQL Azure Data?
What are trace files?
How to delete exactly duplicate records from a table?
What are policy management terms?
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
What is the difference between a stored procedure and a user defined function?
Relational calculus is what type of language?
What is normalization of database?
What is a db view?
Can you name a few encryption mechanisms in sql server?
What is the difference between upgrade and migration in sql server?
What is a view and what are its advantages?
What is indexing and its types?