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


Please Help Members By Posting Answers For Below Questions

How to rename an existing table with the "sp_rename" stored procedure in ms sql server?

538


How do I run sql server 2014?

506


Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?

538


How to delete a login name in ms sql server?

530


Can we use where clause with group by?

514






How to create a user to access a database in ms sql server using "create user" statements?

520


what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration

527


What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?

547


How to download and install sql server 2005 books online?

539


What is save transaction and save point?

622


what is datawarehouse?

645


What is store procedure? How do they work?

575


How to update a field in SQL after ALTERING a row?

688


What is transaction server auto commit?

575


Explain the difference between functions and stored procedures in sql server?

476