From ba3bf8f648c9c60f62f7e0b6fdf2428e2b1205a7 Mon Sep 17 00:00:00 2001 From: GID Projects Date: Tue, 9 Jun 2020 10:17:50 -0400 Subject: [PATCH] no message --- DropTable.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 DropTable.sql diff --git a/DropTable.sql b/DropTable.sql new file mode 100644 index 0000000..4f14cbb --- /dev/null +++ b/DropTable.sql @@ -0,0 +1,16 @@ +DROP TABLE participar_precompetencia; +DROP TABLE participar_competencia; +DROP TABLE ganar; +DROP TABLE hospedar; +DROP TABLE precompetencia; +DROP TABLE competencia; +DROP TABLE delegacion; +DROP TABLE capital; +DROP TABLE hotel; +DROP TABLE lugar; +DROP TABLE ciudad; +DROP TABLE tipos_deportes; +DROP TABLE pais; +DROP TABLE atleta; +DROP TABLE categoria; +DROP TABLE medalla; \ No newline at end of file