Lab: Structured Query Language (SQL)
Perform the following steps in MySQL:
Add at least five (5) records into each table (Note: You must determine the field values).
Create a query with all fields from the student table, where the student's last name is "Smith".
Create a query that includes students' first names, last names, and phone numbers.
Create a query that includes instructors' first names, last names, and courses they teach.