What is the difference between HAVING clause and the WHERE
clause?

Answer Posted / senthil kumar t

Where clause is used for conditional retreiving from the
table and also aggregate functions can be used in where
clause. Having clause will be used for the recordset this
also supports the aggregate functions

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to copy the tables, schema and views from one sql server to another?

560


What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?

1854


Explain contrast amongst grouped and non-bunched records?

524


What is a subquery in a select query statement in ms sql server?

592


What is buffer cash in sql server?

612






What is data compression? : sql server database administration

552


How can you start sql server in different modes?

510


What is the language structure to add a record to a table?

581


List some major differences between triggers and stored procedures?

524


How to execute a sql statement using mssql_query()?

550


What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?

621


What is DCL?

595


What happens if null values are involved in string operations?

561


what changed between the previous version of sql server and the current version? : Sql server database administration

521


You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?

644