You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
375 B

7 years ago
  1. set echo on;
  2. alter session set nls_language = english;
  3. alter session set nls_date_format = 'DD-MON-YYYY';
  4. alter session set nls_date_language = english;
  5. drop table BUCHUNG cascade constraints;
  6. drop table PASSAGIER cascade constraints;
  7. drop table FLUG cascade constraints;
  8. drop table FLUGLINIE cascade constraints;
  9. drop table FLUGHAFEN cascade constraints;