sudheerWKU / mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files Used in MySQL Tutorials

Data files to support my video tutorials

  1. Creating Databases and Tables
  2. Basic Query Operation
  3. INNER and OUTER JOINS

To install sakila sample database:

  1. Download sakila-schema.sql and sakila.data.sql
  2. In workbench from the file menu select run script
  3. Locate and select sakila-schema.sql and click run
  4. Repeat process for sakila-data.sql

For more Excel, Python R and SQL: AlphaBench

About