l3.cas-d-astre/sql/db-drop.sql
2009-05-01 08:39:36 +00:00

22 lines
483 B
SQL

drop table Acheteur;
drop table Commande;
drop table Fournisseur;
drop table Livraison;
drop table Magasinier;
drop table ProduitFour;
drop table Produit_Interne;
drop table Reception;
drop table Site;
drop table Stocker;
drop table Users;
drop table Famille_de_produit;
drop table Etats_LA;
drop table LigneLivraison;
drop table LigneReception;
drop table Ligne_d_achat;
drop table Ligne_de_commande;
drop table Demande_d_achat;
drop table LA_donne_lieu_a_LC;
drop table Concerne;