Advertisement
Squidy

BAZY DANYCH USUWANIE

Dec 9th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.33 KB | None | 0 0
  1. USE STOCZNIA_2;
  2. GO
  3.  
  4. DROP TABLE Indywidualne_wyposazenie;
  5. DROP TABLE Oferta;
  6. DROP TABLE Firma;
  7. DROP TABLE Osoba_Prywatna;
  8. DROP TABLE Zaglowka;
  9. DROP TABLE Zamowienie;
  10. DROP TABLE Projekt_indywidualny;
  11. DROP TABLE Standardowe_Wyposazenie;
  12. DROP TABLE Gotowy_Projekt;
  13. DROP TABLE Armator;
  14. DROP TABLE Typ_Wyposazenia;
  15. DROP TABLE Model;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement