For this exercise I've created a db fiddle that performs a few queries.


Exercise

Add a new query at the end of the fiddle to drop the `users` table if it already exists.


Solution

DROP TABLE IF EXISTS users;