SQL Fundamentals

SQL Fundamentals

4 hours, 55 minutes

This course has been updated! We now recommend you take the Complete Intro to SQL & PostgreSQL course.

Learn SQL, the most popular language for storing, querying and analyzing the data that powers today’s applications! In this course, you'll learn to retrieve data with SELECT, use JOIN to tie tables together, create and update data, and use efficient queries to get the data fast. This SQL course is for professional developers who want to understand for persisting data in a server-side application with a relational database.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: April 9, 2018
Get Unlimited Access Now
Table of Contents

Foundations of Relational Databases

Retrieving Data

Querying Across Tables

Creating, Updating, and Deleting

The Schema Evolves

Wrapping Up SQL Fundamentals