1. Build NORMALIZED pets database. (Keep your SQL in a FILE)
  2. Get comfortable with MySQL dates/times and related functions.
  3. Practice by... (Keep your SQL in a FILE)
    1. solving exam queries
    2. trying to solve the solvable queries from the 'interesting' list of queries
  4. Set up a web user on your database.
  5. Start working on a set of forms to ...
    1. Enter a new owner
    2. Enter a new pet
    3. Update pet info (ie, DOB, DOD, owner...)
    4. What would be involved in remove an owner altogether from database?