Lecture 08 - Relational DB and SQLite (CSE011)

📚 Lecture 08 - Relational Databases | CSE011 In this video we study lecture 8 from CSE011 together! 🚀 SQLite Browser Download Links: Windows (x64): https://download.sqlitebrowser.org/DB... Windows (x32): https://download.sqlitebrowser.org/DB... Linux: https://download.sqlitebrowser.org/DB... macOS Universal: https://download.sqlitebrowser.org/DB... 💾 Code & Board: https://drive.google.com/open?id=108u... ⏱ Chapters: 00:00:00 – Introduction 00:03:13 – Relational Database: Definition 00:04:54 – Relational Database: Key Terminology 00:06:55 – Relational Database: Examples 00:08:33 – What is a Relation? 00:12:37 – Database Management Systems (DBMS) Overview 00:15:40 – Installing SQLite Browser 00:16:15 – Creating a Database 00:17:03 – SQL Commands Overview 00:17:53 – CREATE Command 00:30:33 – UPDATE Command 00:33:49 – RETRIEVE Command 00:38:52 – DELETE Command 00:40:53 – Database Models 01:00:38 – The JOIN Operation 01:04:32 – What’s Next