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
What are window functions in sql server?
What is used to replicate sessions between instances in coldfusion clusters?
Explain how to use linked server?
How can we solve concurrency problems?
What are constraints?
What is difference between view and materialized view?
Determine how to use the inserted and deleted pseudo tables?
What is updatable resultset?
What is sql server transaction log file?
How to connect ms access to sql servers through odbc?
What are the advantages of policy management?
What is the syntax to execute the sys.dm_db_missing_index_details?
Can the “if update (colname)” statement be used in a delete trigger?
Do you know how to store and query spatial data?
Is sql different from sql server?