How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / jay
select * from Employees where Salary <200
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
How do you rebuild an identity column?
What the different types of Replication and why are they used?
How to write a query with a right outer join in ms sql server?
Explain relational data?
What is meant by indexing?
Where do you find the default Index fill factor and how to change it?
When is the use of update_statistics command?
What are the difference between primary key and unique key? : sql server database administration
What are the main differences between #temp tables and @table variables and which one is preferred?
What is sql azure database?
What is meant by indexing files?
What are the various Operating system files that every SQL server 2005 database has and what is the purpose.
What is tabulation?