In this short course you will learn additional SQL concepts such as views, stored procedures, transactions and joins. This course builds on your existing SQL knowledge to learn about additional techniques that are key to Data Engineers.
Class Deals by MOOC List - Click here and see EdX's Active Discounts, Deals, and Promo Codes.
You will learn how to create and use views to simplify and control access to underlying tables. You will learn about the advantages provided by stored procedures and how to write and run them. You will discover the importance of ACID transactions to maintain the integrity of your data and how to use them in your code. Finally, you will learn how to use different types of joins to accurately retrieve related data from multiple tables.
PRE-REQUISITE: This course is intended as a follow on to SQL for Data Science course from IBM. Please ensure that you have either completed that course prior to starting this one, or have foundational/intermediate knowledge of SQL and are familiar with creating tables, performing select statements, filtering, sorting and grouping data, and working with nested queries and multiple tables.
This course is part of the following programs:
- Data Engineering Fundamentals Professional Certificate
- Data Warehouse Engineering Professional Certificate
- Data Engineering Professional Certificate.
What you'll learn
In this course you will learn about:
- Creating and using views
- Creating and executing stored procedures
- Working with ACID transactions
- Using different types of JOIN operators
Syllabus
Module 1 – Additional SQL
- Using Views
- Stored Procedures
- Transactions
- JOINs