Member of the LearnItFirst.com Video Training Network Related Video Training Sites: · SQL Programming Training Videos · SQL Server DBA Tutorials
     
SQL Server 2005 Training Videos             * SQL Programming Training Videos
* SQL Server DBA Tutorials
* More Videobooks...
Email
Password
Register
LearnSqlServer2005.com Subscriber Videos
When to Use HAVING Instead of WHERE - Aggregates, GROUP BY, and the HAVING Clause - Training Video
   Category: T-SQL Basics: Queries, Datatypes, Collations and Unicode, and more
Download! Skill Level: 300 (Intermediate)
Duration: 11:12
Size: 8.37MB
Versions/Editions Covered: SQL Server 2005 , SQL Server 2008 , SQL Server 2000
Added/Updated: May 24, 2006
Staff Pick!
Download this video
The traditional areas of difficulty for SQL developers are aggregates, JOINs, and subqueries. Most people have no trouble understanding when to use COUNT instead of SUM but they get "stuck" when it comes to determining how to filter the data. Suppose you are asked to find all orders in 2006 in which customers ordered more than 5 items - how would you solve this query? Obviously you need two filters: for the date (2006) and for orders with more than 5 items. People have difficulty with this type of query however; most people would approach this query along these lines: "SELECT ... FROM Orders JOIN OrderDetails ... WHERE Year(DateOrdered)=2006 AND COUNT(*) > 5". Focus on the WHERE clause for a moment: is that right? If you aren't sure or if you think it is right, then you need to watch this video to understanding why this query must use the HAVING clause.
Tags for this video: aggregates where clause group by having  
< Back Download this video
AddThis Social Bookmark Button
People Who Downloaded this Video Also Downloaded:
TitleSkillDownload
Creating Database Diagrams in SQL Server Management Studio 200 Download
Part 1 - An Overview of the Default SQL Server Installation 100 Download
Part 2 - My How Things Have Changed - A Video Walk-Through of Some of the New To... 200 Download
Using the PIVOT Operator - An introduction to PIVOT Tables and Crosstab Queries ... 300 Download
ODBC, OLE-DB, UDLs and the SQL Native Client - Connecting to SQL Server and Maki... 200 Download

About the Instructor:

Scott Whigham Scott Whigham is the founder of LearnItFirst.com, one of the web's most extensive video training libraries focusing on technical training. Scott is also an experienced consultant, trainer, and author with more than a decade of hands-on experience working with SQL Server databases, writing and debugging applications using Visual Studio, and performance tuning. Scott designed the architecture (websites, class libraries, and database) for the LearnItFirst.com websites and, most re... (Scott Whigham's full bio can be found on the About the Author page)
Company News
ISA Server 2006 tutorials on video
     
Home | About Us | Advertising | Become an Author | Contact Us | Privacy | System Req's | Terms | Testimonials | Work for Us! | Blogs | Site Map Refer a Friend and Get a Free Subscription!
© Copyright 2004-2008 LearnItFirst.com LLC. All rights reserved. All trademarks remain the property of their respective owners.
This site is not affiliated in any way with the Microsoft Corporation.
7/3/2008 9:59:23 PM