How to find out name of all employees who has salary less
than 200 Rs.?

Answer Posted / manu

select emp<e name field>,sal<Sal field> from employees <Table name>
where sal<Sal field> < 200

Note: Field = Table column name......


enjoy... this is simple query

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between web edition and business edition?

89


Is it true, that there is no difference between a rule and a check constraint?

532


1)what is the difference between Reinitializing a Subscription and synchronization the subscription? 2)when to use reinitializing ? 3)when to use synchronization? 4)when adding table or deleting a table what to do?(reinz.. or syn) 5)when adding a column what to do?

1547


What do you understand by recursive stored procedure?

532


What do you understand by check constraint in sql server?

490






What is difference between clustered and non clustered index?

539


When to use null data driven subscription?

150


What are the built in functions in sql server?

499


What is "scheduled jobs" or "scheduled tasks"?

566


How to test values returned by a subquery with the in operator?

686


How do you check sql server is up and running?

527


How to rebuild indexes with alter index ... Rebuild?

600


What is built-in/administrator?

581


How to fine-tune reports?

153


Write a query to find 5th highest amount paid from the customer table.

544