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

What is the filtered index?

565


If a table does not have a unique index, can a cursor be opened on it?

517


List types of tables in SQL Azure?

102


1 01 101 01010

1573


How to check if stored procedure is running in sql server?

485






How to get a list of columns using the "sp_help" stored procedure in ms sql server?

584


what is a correlated sub-query? : Sql server database administration

485


Explain “@@rowcount” and “@@error” in sql server?

541


What is the difference between a primary key and a unique key? Are they the same?

551


Can group by be used without aggregate functions?

485


What is SQL Azure Firewall?

116


How will you add a dimension to cube? : sql server analysis services, ssas

558


what is the system function to get the current user's user id? : Sql server database administration

560


What is the fillfactor concept in indexes?

536


What functions can a view be used to performed?

626