adspace


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

Answer Posted / guest

Having Clause is basically used only with the GROUP BY
function in a query. WHERE Clause is applied to each row
before they are part of the GROUP BY function in a query.

Is This Answer Correct ?    68 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1139


How do I find the sql server version?

1112


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1079


What are different types of constraints?

1007


What is normalization and what are the advantages of it?

1065


What is a coalesce function?

1291


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1208


What is sql server query analyzer?

1136


How can we solve concurrency problems?

1128


what is the difference between openrowset and openquery?

1205


What is sql or structured query language?

1231


what is spatial nonclustered index

1066


What is acid mean in sql server?

1254


Explain “row_number()” in sql server with an example?

1085


Can you index views?

958