Deleting a table

Delete the created tables using the DROP TABLE statement.

DROP TABLE episodes;
DROP TABLE seasons;
DROP TABLE series;