selormButsorGamenyah / mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files Used in MySQL Tutorials

Data files to support my video tutorials & Video Links

  1. Creating Databases and Tables
  2. Basic Query Operation
  3. Add Foreign Keys
  4. INNER and OUTER JOINS
  5. Introductory Subqueries
  6. If and CASE WHEN THEN
  7. Text Functions
  8. Statistical Functions
  9. How to Make an EER Diagram

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