Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?

1093


How to list all login names on the ms sql server?

1184


Do I need a report server to run reports in my application?

170


What is transaction server isolation?

1092


Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?

1064


how can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role? : Sql server administration

1039


What are database states in ms sql server?

1243


When multiple after triggers are attached to sql table, how to control the order of execution?

1105


What is constraints and its types?

997


Can you edit the .rdl code associated with a linked report?

168


What is plan freezing?

1011


Can we call future method from queueable?

1097


Mention the 3 ways to get a count of the number of records in a table.

1025


List few advantages of stored procedure.

1026


explain how to create a new schema in a database? : Sql server database administration

1155