Question: Refer to the database design crested in Lab 2: Modifying a Database Design to complete this Lab.
Perform the following steps in MySQL or MS Access:
1. Create the tables and relationships from the database design discussed in Lab 2.
2. Add at least five records into each table (Note: You must determine the field values).
3. Create a query with all fields from the student table, where the student's last name is "Smith."
4. Create a query that includes students' first names, last names, and phone numbers.
5. Create a query that includes instructors' first names, last names, and courses they teach.