We guarantee that all our online courses will meet or exceed your
expectations. If you are not fully satisfied with a course - for
any reason at all - simply request a full refund. We guarantee no
hassles. That's our promise to you.
Go ahead and order with confidence!
| Unit 01: Course and Instructor Introduction | |||
| Course and Instructor Introduction | |||
| Unit 02: Laying out the foundation - Overview & Installation | |||
| Pre-requisites & Different Editions of SQL Server | |||
| Downloading Express Edition & sample database | |||
| Installing the downloads & Configuration | |||
| The sa Login | |||
| Wrap up – what we went over! | |||
| Unit 03: Core concepts - Taming the RDBMS beast! | |||
| What is RDBMS? | |||
| Where does SQL Server fit in? | |||
| Basic database objects | |||
| Different Files that got installed – MDF & LDF | |||
| Wrap up – what we went over! | |||
| Unit 04: Tool of the trade - SQL Server Management Studio | |||
| Getting started with SSMS | |||
| Getting around Object Explorer | |||
| Query Window | |||
| Pre-built DB – system database | |||
| Wrap up – what we went over! | |||
| Unit 05: Simple SELECT | |||
| Bare Minimum: SELECTING a literal | |||
| Retrieving / querying data from a table – using FROM clause | |||
| Playing with Column Names | |||
| Rearranging columns to your liking | |||
| Wrap up – what we went over! | |||
| Unit 06: Filtering out unwanted data | |||
| Narrowing down and ordering result set – WHERE and ORDER clause | |||
| Narrowing down result set – BETWEEN / NOT BETWEEN | |||
| Narrowing down result set – IN and NOT IN operator | |||
| Narrowing down result set – Pattern Matching: LIKE and Wildcards | |||
| Wrap up – what we went over! | |||
| Unit 07: Expressions and Functions | |||
| Dealing with nothing: NULL | |||
| Working with strings: Concatenation and other string functions | |||
| Working with dates: Date Functions | |||
| Some System Functions | |||
| Wrap up – what we went over! | |||
| Unit 08: Getting data out of multiple tables | |||
| Joining multiple tables – INNER JOIN | |||
| Join types – OUTER JOIN – LEFT / RIGHT / FULL | |||
| Join types – CROSS JOIN | |||
| Holy UNION! | |||
| Subqueries | |||
| Wrap up – what we went over! | |||
| Unit 09: Summarizing and Grouping data | |||
| DISTINCT and ALL Predicates | |||
| Aggregate Functions | |||
| GROUP BY clause / HAVING clause | |||
| WHERE and ORDER BY in aggregate queries | |||
| Wrap up – what we went over! | |||
| Unit 10: Bonus | |||
| Bonus_Section | |||