SQL Basics: Table creation and inserting data

Опубликовано: 11 Май 2026
на канале: Michael Fudge
208,100
477

THIS VIDEO HAS BEEN UPDATED!    • SQL: DDL and DML Part 1 of 4: CREATE TABLE...  

Check out the entire Learn Databases Playlist:
   • Applied Database Management with SQL  

This SQL Screencast will demonstrate the basics of table creation and inserting data into tables using SQL. - create table (s) - set primary key (s) - add constraints - add foreign keys - insert data - read data from the table