Mysql Basics tutorial

analytics

Topics We'll Cover

  • Creating and Populating a Database
  • Querying the database
  • Short Execricise
  • Updating and Deleting Data
  • Working with multiple tables
  • Working with multiple tables

Objectives

  • Understand the fundamentals of SQL(primary key, foreign key, data types)
  • Read and Write SQL syntax
  • Retrieve data
  • Modify data
  • Understand Joins