MySQL for Other Applications: Multiple tables

  1. Manipulating Data
  2. MySQL for Other Applications
  3. Security

Where modern databases start to get both more confusing and more useful is when you start making multiple tables and link them together. For example, we now have a list of all of our albums, why not a list of all of the songs as well?

  1. Manipulating Data
  2. MySQL for Other Applications
  3. Security