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
what is a live lock? : Sql server database administration
How to disconnect from a sql server using mssql_close()?
How to create stored procedures with parameters in ms sql server?
Tell me what is the difference between locking and multi-versioning?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
Mention the different types of triggers?
What do you mean by an execution plan? Why is it used?
What is merge replication?
How to perform key word search in tables?
How do you test your database? : sql server database administration
What is raid, and how it can influence database performance?
What is difference between view and materialized view?
What is equi join with example?
What is multi-statement table-value user-defined function?
What is etl - extraction, transformation, and loading?