Crio-Bytes / IBD-2022-Master-Repository

This is the master repository where you can publish your work.
6 stars 22 forks source link

SQL Fundamentals with MySQL #84

Open priyanshupardhi opened 1 year ago

priyanshupardhi commented 1 year ago

MicroByte Title: SQL Fundamentals with MySQL

Domain: SQL, DBMS

Scope of learning for learners: Learner will get an idea of how to run SQL queries to perform CRUD operations (i.e Create, Read, Update, Delete) on a relational database such as MySQL.

Activities: The Microbyte activities will start with:

  1. What is SQL and MySQL
  2. Download MySQL
  3. Create a new connection with MySQL Workbench
  4. Create new tables with MySQL using commands
  5. Perform CRUD operations to a MySQL Table