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...

suppose I have two table one Emp and other is dpt.
Emp table has a field ,dept id,name ,sal and dpt table has a
field dept id,dept name.
Now I want to find out the emplyee list whose sal is between
2000-3000 from dept x.

Answer Posted / ragunath

select name from Emp where Sal between 2000 and 3000

Is This Answer Correct ?    4 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the sign mean in sql?

1051


What is multiple partition?

1021


How can a pl sql block be executed?

1004


What is before and after trigger?

1012


Write a sql select query that only returns each name only once from a table?

1080


Name the operator which is used in the query for pattern matching?

1004


Can a commit statement be executed as part of a trigger?

1108


What is difference between hql and native sql?

1240


Is ms sql traffic encrypted?

964


how would concatenate strings in mysql? : Sql dba

1144


What is the difference between instead of trigger and after trigger?

1071


What is clustered index sql?

1032


Which is the correct statement about truncate and delete?

1174


How many triggers can be applied on a table?

990


Why truncate is faster than delete?

1165