SQL Full Course - Build a Database and Deploy It
You use databases every time you tap your phone. You just don't know it yet. In one hour, you'll go from zero to deploying your own database to the cloud. We'll start from absolute zero β what a database is, CRUD operations, tables, primary keys β then build everything hands-on in MySQL Workbench: constraints, normalization, foreign keys, one-to-one, one-to-many, and many-to-many relationships with real SQL joins powering features like profiles, feeds, and likes. By the end, we'll take it all to production on Amazon RDS. AWS Free Tier: https://go.aws/4vFVZ6S Learn how to get up to $200 AWS credits: https://go.aws/4cwfSWv Amazon RDS: https://go.aws/3Qu0xx7 MySQL Downloads: https://go.aws/4sQoFaD Homebrew (macOS): https://go.aws/48ogISR Follow AWS Developers! π X: https://go.aws/4w5rNCy πΌ LinkedIn: https://go.aws/48lgVWX 0:00 β Introduction β the technology behind every app 1:20 β What is a database? Persistence & why it matters 2:25 β CRUD operations explained 3:02 β Tables, rows, columns & primary keys 4:01 β Demo: Installing MySQL & MySQL Workbench 7:15 β Setting up MySQL Workbench & your first connection 7:48 β CREATE DATABASE β organizing your data 9:18 β CREATE TABLE β building the users table 11:08 β INSERT INTO β adding your first user 13:08 β SELECT & WHERE β reading and filtering data 16:32 β Constraints: NOT NULL, UNIQUE, CHECK 17:40 β ALTER TABLE β adding rules to an existing table 20:20 β UPDATE β the U in CRUD 21:43 β Why one big table fails (the "junk drawer" problem) 24:28 β Normalization β one source of truth 25:21 β Bad practice demo: the mega-table 28:37 β Doing it the right way β separate tables 29:29 β Foreign keys & one-to-one relationships 34:57 β JOINs β how apps pull data from multiple tables 39:10 β Demo: Writing JOIN queries with ORDER BY 43:22 β LEFT JOIN β including users with no posts 45:11 β Many-to-many relationships (likes system) 47:16 β Demo: Building the likes junction table 52:05 β Amazon RDS β what it is and what it gives you 54:23 β Demo: Spinning up an RDS instance in the AWS Console 56:21 β Connecting MySQL Workbench to your cloud database 58:23 β Cleaning up AWS resources (important!) 59:31 β Recap & what's next: NoSQL & graph databases #AWS #AmazonRDS #Database
Download
1 formatsVideo Formats
Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.