Creating A MySQL Database


Background

If you know SQL, then MySQL is easy to use. This exercise demonstrates how to easy it is to work with a MySQL database.

Objectives

Steps

  1. Create a Database
  2. Create a Table
  3. View the Database Contents
  4. Create Data
  5. Load Data Into the Table
  6. Retrieve Data From the Table
  7. Date Calculations
  8. Pattern Matching
  9. Counting Rows
  10. Multiple Tables
  11. Create a Second Table
  12. Load Data Into the Table
  13. Use INNER JOIN
  14. Exit
  15. Congratulations! You have successfully created and used a MySQL database.