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

i need to know how i display department which has salary >
=5000 for the below table
Department
-----------
salary deptname
1000 a
3000 a
2000 b
3000 b
4000 c
5000 c

kindly send the query to thilakvinoth13@gmail.com

Answer Posted / chandra10shekhar

SELECT * FROM department WHERE salary>=5000

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of sql profiler in sql server? : sql server database administration

1159


Ways to improve the performance of a SQL Azure Database?

125


What are 3 ways to get a count of the number of records in a table?

1122


Explain the flow of creating a cube? : sql server analysis services, ssas

1102


How to round a numeric value to a specific precision?

1126


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

1063


How do you create a clustered index?

1129


How to list all field names in the result set using mssql_field_name()?

951


What is the function of inner join?

1126


How to select some specific rows from a table in ms sql server?

1056


Explain where clause?

1033


Describe how to use the linked server?

1203


How to write a query with a left outer join in ms sql server?

1031


Define ACID properties in a Database?

1104


What does it mean to normalize a database and why would you do it?

1024