Write a SQL statement to create a new database named VOLUNTEER.
Save your SQL to a text file using the MySQL tee command and document the process with screenshots.
Write a SQL table creation statement and run it to create the PERSON in your database (as noted above).
After creating the table, write and run SQL statements to insert rows in the table for 10 volunteers.
Save your SQL to a text file using the MySQL tee command and document the process with screenshots.