MySQL Database - Full Course

Learn about MySQL Database in this full tutorial course for beginners. This course teaches you not just SQL basics, but it also goes into key database concepts such as Data Modeling, Locks, Indexes, Data Modeling, SQL Explain, and more. 🔗 Tips and Resources: 💻 GIT Repo with mysql scripts: ✏️ Course created by Execute on Command. Check out their channel: ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:04:03) How to create an AWS EC2 Instance ⌨️ (0:07:47) How to install MySQL database ⌨️ (0:15:43) Data Modeling ⌨️ (0:42:04) SQL Basics - Creating a Table ⌨️ (0:44:41) SQL Basics - Inserting data ⌨️ (0:49:11) SQL Basics - Updating and Deleting Data ⌨️ (0:54:53) SQL Basics - Reading data (Select statements) ⌨️ (0:57:53) SQL Joins ⌨️ (1:02:06) Transaction Isolation Levels ⌨️ (1:15:18) Table Level Loc
Back to Top