Course Curriculum
- 6 sections
- 31 lectures
- 5 hours, 48 minutes total length
-
Introduction to SQL Server and Databases00:04:00
-
Download and Install SQL Server Express00:05:00
-
Connect to Database Instance and Create a Database00:06:00
-
Drop or Remove Database00:04:00
-
What is a Database Table?00:02:00
-
Create an SQL Database Table00:32:00
-
Insert Data into the Table with SQL Script00:15:00
-
Insert Data into the Table with Management Studio00:05:00
-
Select Data from the Table with SQL Script00:09:00
-
More Advanced Select Queries Part 100:18:00
-
Update Data in the Table00:10:00
-
Update Data in the Table with Management Studio GUI00:02:00
-
Delete Data from the Table with SQL Script00:06:00
-
Delete Data from the Table with Management Studio GUI00:01:00
-
What are Relationships, Foreign Keys and Normalization00:11:00
-
Create a Relationship in SQL Server00:19:00
-
Insert Records in Related Tables00:13:00
-
Run Queries on Related Tables00:19:00
-
Left, Right and Full Joins00:11:00
-
Grouping Data using SQL GROUP BY Clause00:12:00
-
SQL AVG Aggregate Function00:11:00
-
SQL COUNT Aggregate Function00:04:00
-
SQL MAX and MIN Aggregate Functions00:04:00
-
SQL SUM Aggregate Function00:04:00
-
Create and Manage Views00:23:00
-
Scalar Valued Functions00:27:00
-
Inline Table Valued Functions00:09:00
-
Stored Procedures00:28:00
-
Table Triggers00:19:00
-
Database Scripting, Backup and Restore00:15:00
-
Assignment – Microsoft SQL Server Development for Everyone