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

What is the difference between having and where clause?

Answer Posted / thirumal reddy

where clause used to impose conditions in any dml operation
ex:
selct * from emp where empid=10
having clause used to impose conditions on group data
ex:

select sum(sal),avg(sal),count(*) from emp
having avg(sal)>2000

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How display code or Text of Stored Procedure using Sql query in Sql Server ?

1199


Explain about Normalization?

1122


What is the user of Primary key?

1030


What is the usage of the sign function?

1194


Can you please explain the difference between function and stored procedure?

1048


what is difference between view and Dip.

2456


what is a self join? : Sql server database administration

1122


What do you mean by a dependent functionality in a build?

1199


Can you type more than one query in the query editor screen at the same time?

1069


Explain triggers in sql?

1003


When I delete any data from a table, does the sql server reduce the size of that table?

1062


What is the difference between system objects and user objects?

1212


Where in ms sql server is ’100’ equal to ‘0’?

1130


Explain primary key and foreign key constraints?

1089


Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .

1994