what is difference between having and where clause ?
Answer Posted / raju
Having clause is applied only to the group by function
where as where clause is applued to each and every row in a
table
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the new features in SQL Server 2005 when compared to SQL Server 2000?
Explain the properties of a relational table?
How do you open a cluster administrator?
What authentication modes does sql server support?
How to list all user names in a database?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
Write a query for primary key constraint with identity key word?
What is xdr?
Explain about extended stored procedure?
What is updatable resultset?
What command must you use to include the not null constraint after a table has already been created?
How to search for a string in all stored procedure in sql server?
Give an example of why you would want to denormalize a database
What is a file group?
What is replace and stuff function in sql server?