Abstract: This chapter is an introduction to writing queries in SQL Server. In this chapter you will learn what the course will cover, and who should take the course. You will also be introduced to some common SQL and T SQL coding conventions, different operating systems, and using the SQL Server Management Studio. This chapter will also introduce the exercise videos that you will see throughout the course.
Number of Videos: 22
Total Run Time: 3 hours and 32 minutes
|
Abstract: In this chapter you will begin to build the foundation of query writing by writing single table queries. Some topics covered in this chapter include database diagrams, the SELECT statement, the WHERE statement, predicates, conditional operators, NULLs, and much more!
Number of Videos: 40
Total Run Time: 7 hours and 7 minutes
|
Abstract: This chapter will introduce you to scalar functions and different data types. Topics covered in this chapter include an overview of scalar functions, the ISNULL, COALESCE, CAST, and CONVERT functions, working with strings, working with dates, the CASE statement, and much more!
Number of Videos: 27
Total Run Time: 6 hours and 0 minutes
|
Abstract: The topics covered Chapter 4 are extremely important in query writing. This chapter includes information on UNION queries, EXCEPT and INTERSECT queries, JOINs (INNER, OUTER, RIGHT, and LEFT), syntax, and much, much more!
This is an important chapter so you don''t want to miss it!
Number of Videos: 46
Total Run Time: 9 hours and 47 minutes
|
Abstract: Chapter 5 will cover writing aggregate queries, which is an important concept for query writers to grasp. In this chapter Scott will cover the basics of aggregates, how aggregates handle NULLs, COUNTs, GROUP BY, JOIN, HAVING, pivot tables, crosstab queries, subtotals and grand totals with aggregates, and much more!
Number of Videos: 23
Total Run Time: 4 hours and 30 minutes
|
Abstract: This is last chapter in the course that will introduce new information. In this chapter Scott will go deeper into more complex query writing. Some topics covered in this chapter include simple subqueries, correlated subqueries, using EXISTS(), derived tables, common table expressions, and much more!
Number of Videos: 38
Total Run Time: 8 hours and 17 minutes
|
Abstract: This chapter does not contain any new information. All of the design patterns from videos in the first six chapters of this course are in this chapter.
Number of Videos: 13
Total Run Time: 2 hours and 53 minutes
|