- Create a MySQL database meeting the following requirements:
- Import the Tennis database (should be done from MySQL Tutorial)
- Execute the following queries and save the results. Also save the command you created to answer the query.
- SELECT PLAYERNO FROM PLAYERS WHERE JOINED > 1980 ANDÂ TOWN = 'Stratford' ORDER BY PLAYERNO;
- SELECT * FROM PENALTIES;
- Modify query 2a to display the player name instead of the player number.
- Display the contents of the TEAMS table.
- Display what tables are in the database.
- Submit the saved results file using the below name or paste as a text submission.
- Each query is worth 20% of the homework grade.
YourLastName_hw1.txt