Hello and welcome to SQL fun time! Here you will go through a series of exercises all targeted at making you proficient in SQL! Query information from the database with the SELECT
statement. Try writing the query SELECT * FROM person
below to get all of the data from the person
table