For this exercise I've created a db fiddle that performs a few queries.
Add a new query at the end of the fiddle to drop the `users` table if it already exists.
DROP TABLE IF EXISTS users;