What is the difference between a HAVING CLAUSE and a WHERE
CLAUSE?

Answer Posted / srinivas

HAVING CLAUSE is used for evaluating a condition with an
aggregate function, i.e., GROUP BY whereas WHERE CLAUSE is
used for general conditions.

Is This Answer Correct ?    35 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is join query?

588


What is awe?

670


Can two tables have the same primary key?

693


How to get the definition of a view out of the sql server?

605


What command must you use to include the not null constraint after a table has already been created?

645






How can we solve concurrency problems?

674


Which language is supported by sql server?

635


What types of replication are supported in sql server?

655


Determine how to use the inserted and deleted pseudo tables?

614


what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?

620


Differentiate sql server reporting services vs. Crystal reports?

158


What is the difference between lock, block and deadlock? : sql server database administration

668


What is a virtual table in sql?

624


What is transaction server isolation?

664


How self join is different from outer join?

682