BEGINSQL - Editorial

PROBLEM LINK:

Practice
Contest:

DIFFICULTY:

TBD

PREREQUISITES:

Basic SQL

PROBLEM:

Print an entire table.

EXPLANATION:

All you need to do is replace “table_name” with the correct table name - “Participants”.

Code
SELECT * from Participants;