Instruction
Now, what happens if we try to delete a table that has some dependent views? Will this code work?
DROP TABLE gym;
Let's find out.
Exercise
We've prepared the gym table and a view dependent on it (big_gyms_london). Run the template code, which attempts to drop the table.



