SQLzoo.net

DROP TABLE problems: Foreign key references.

MySQL
You may not drop a table if it is referenced by another table.
Run the tidy code silently
Run set up code


Specific to MySQL
Foreign keys are not implemented in MySQL so this problem does not arise.

Related links:

  • CREATE, DROP and ALTER