Practice Contest:
TBD
Basic SQL
Print an entire table.
All you need to do is replace “table_name” with the correct table name - “Participants”.
SELECT * from Participants;