Enrolled: 0 students
Level: Beginner

The Introduction to SQL course is designed to equip students with a solid foundation in Structured Query Language (SQL), a powerful tool for managing and manipulating relational databases. This comprehensive course covers the fundamental concepts of SQL, including basic queries, indexes, normalization, and other essential topics, to provide students with a strong understanding of database management.

Throughout this course, students will learn how to write SQL queries to retrieve, filter, and sort data from databases. They will gain hands-on experience in constructing SELECT statements, using various operators and functions to extract specific information from tables. Additionally, students will explore more advanced query techniques, such as joining tables, subqueries, and aggregating data with GROUP BY and HAVING clauses.

Indexing is a critical aspect of optimizing database performance, and this course delves into its importance and implementation. Students will understand how to create and manage indexes to enhance query speed and efficiency. They will explore different types of indexes, including B-tree and hash indexes, and learn how to analyze query plans to identify potential performance bottlenecks.

Normalization, a vital concept in database design, is thoroughly covered in this course. Students will grasp the principles of normalization and learn how to transform unnormalized data into well-structured relational databases. They will explore the normalization levels, from first to third normal form, and understand the benefits of maintaining a properly normalized database schema.

The course utilizes a combination of theoretical explanations, practical examples, and hands-on exercises to reinforce students’ learning. By working with real-world datasets and engaging in interactive SQL coding exercises, students will gain proficiency in crafting efficient queries, designing appropriate indexes, and creating normalized database schemas.

Upon completion of this course, students will have a solid understanding of SQL fundamentals, enabling them to effectively interact with relational databases. They will be equipped with the skills to construct complex queries, optimize query performance through indexing, and design well-structured databases through normalization techniques.

Prerequisites: None. This course is suitable for beginners with no prior knowledge of SQL or database management. Familiarity with basic concepts of databases and spreadsheets is helpful but not required.

Course Duration: 8 weeks (24 hours of instruction)

Learning Outcomes:
– Understand the foundations of SQL and its role in managing relational databases.
– Construct basic SQL queries to retrieve and manipulate data from tables.
– Employ advanced querying techniques, including joins, subqueries, and grouping data.
– Implement indexing strategies to enhance database query performance.
– Analyze query plans and optimize SQL statements for improved efficiency.
– Apply the principles of normalization to design well-structured database schemas.
– Recognize and resolve common database design issues through normalization.
– Gain hands-on experience through practical exercises and real-world datasets.
– Develop the skills necessary for effectively interacting with databases in various domains.

Note: This course primarily focuses on SQL standard syntax and concepts, applicable to most relational database management systems. Specific vendor-specific features or SQL dialects may be covered as supplementary material but are not the main focus of this course.

Introduction

1
Intro to SQL Server
9:22
2
Installing SQL Server
3:20
3
How to Install SSMS
4:01
4
Beginner Terms Part 1
7:13
5
Beginner Terms Part 2
6:31
6
Beginner Terms Part 3
5:06
7
One-to-One Relationship
6:42
8
One-to-Many Relationship
7:17
9
Many-to-Many Relationship
5:11
10
Database Relationships Summary
7:36
11
Entity Integrity
7:20
12
Referential Integrity
5:15
13
Domain Integrity
3:41
14
Primary Key
6:49
15
Composite Key
7:56
16
Foreign Key
8:02
17
ON DELETE and ON UPDATE
8:13
18
Intro to Normalization
10:26
19
1NF
12:53
20
2NF
15:15
21
3NF
7:28
22
Normalization Summary
4:39

Queries

1
Introduction to Queries
6:31
2
CREATE TABLE
4:59
3
Drop Table
3:43
4
PRIMARY KEY, NOT NULL, UNIQUE
3:36
5
How to Create FOREIGN KEY Constraints
4:24
6
Composite Primary Key
4:54
7
How to Name Constraints
3:41
8
How to INSERT Data
5:47
9
How to SELECT Data
2:39
10
How to Create an Alias with AS
3:25

Indexes

1
Indexes
7:41
2
How to Create and Drop Indexes
5:14

Be the first to add a review.

Please, login to leave a review