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.

102 lines
8.6 KiB

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. INSERT INTO FLUGHAFEN VALUES ('AKL', 'NZ ', 'Auckland', 'Auckland International');
  6. INSERT INTO FLUGHAFEN VALUES ('ALC', 'E ', 'Alicante', 'Alicante');
  7. INSERT INTO FLUGHAFEN VALUES ('ALF', 'N ', 'Alta', 'Flughafen Alta');
  8. INSERT INTO FLUGHAFEN VALUES ('ANC', 'USA', 'Anchorage', 'Ted Stevens AIA');
  9. INSERT INTO FLUGHAFEN VALUES ('ARN', 'S ', 'Stockholm', 'Arlanda');
  10. INSERT INTO FLUGHAFEN VALUES ('BCN', 'E ', 'Barcelona', '');
  11. INSERT INTO FLUGHAFEN VALUES ('BHX', 'GB ', 'Birmingham', '');
  12. INSERT INTO FLUGHAFEN VALUES ('BOS', 'USA', 'Boston', 'Edward Lawrence Logan');
  13. INSERT INTO FLUGHAFEN VALUES ('BRE', 'D ', 'Bremen', 'City Airport Bremen');
  14. INSERT INTO FLUGHAFEN VALUES ('BRS', 'GB ', 'Bristol', 'International');
  15. INSERT INTO FLUGHAFEN VALUES ('CDG', 'F ', 'Paris', 'Charles de Gaulle');
  16. INSERT INTO FLUGHAFEN VALUES ('CGK', 'ID ', 'Jakarta', 'Sukarno-Hatta Airport');
  17. INSERT INTO FLUGHAFEN VALUES ('CGN', 'D ', 'Koeln', 'Konrad-Adenauer');
  18. INSERT INTO FLUGHAFEN VALUES ('CPH', 'DK ', 'Kopenhagen', 'Kastrup');
  19. INSERT INTO FLUGHAFEN VALUES ('CPT', 'RSA', 'Kapstadt', '');
  20. INSERT INTO FLUGHAFEN VALUES ('CRT', 'TUN', 'Chartage', 'Tunesien');
  21. INSERT INTO FLUGHAFEN VALUES ('DJE', 'TUN', 'Djerba', 'Aeroport de Djerba');
  22. INSERT INTO FLUGHAFEN VALUES ('DRS', 'D ', 'Dresden', 'Dresden Airport');
  23. INSERT INTO FLUGHAFEN VALUES ('DUS', 'D ', 'Duesseldorf', 'Duesseldorf International');
  24. INSERT INTO FLUGHAFEN VALUES ('EDI', 'GB ', 'Edinburgh', '');
  25. INSERT INTO FLUGHAFEN VALUES ('ERF', 'D ', 'Erfurt', 'Flughafen Erfurt(ERF)');
  26. INSERT INTO FLUGHAFEN VALUES ('FCO', 'I ', 'Rom', 'Fiumicino');
  27. INSERT INTO FLUGHAFEN VALUES ('FDH', 'D ', 'Friedrichshafen', 'Bodensee-Airport');
  28. INSERT INTO FLUGHAFEN VALUES ('FLR', 'I ', 'Florenz', 'Peretola');
  29. INSERT INTO FLUGHAFEN VALUES ('FRA', 'D ', 'Frankfurt', 'Rhein-Main');
  30. INSERT INTO FLUGHAFEN VALUES ('GOT', 'S ', 'Goeteborg', 'Landvetter');
  31. INSERT INTO FLUGHAFEN VALUES ('GRZ', 'A ', 'Graz', 'Flughafen Graz');
  32. INSERT INTO FLUGHAFEN VALUES ('GVA', 'CH ', 'Genf', 'Flughafen Genf');
  33. INSERT INTO FLUGHAFEN VALUES ('HAJ', 'D ', 'Hannover', 'Langenhagen');
  34. INSERT INTO FLUGHAFEN VALUES ('HHN', 'D ', 'Hahn', 'Flughafen Hahn');
  35. INSERT INTO FLUGHAFEN VALUES ('HKG', 'CHN', 'HongKong', 'HongKong International');
  36. INSERT INTO FLUGHAFEN VALUES ('HRG', 'EG ', 'Hurghada', 'International');
  37. INSERT INTO FLUGHAFEN VALUES ('IAD', 'USA', 'Washington', 'Dulles');
  38. INSERT INTO FLUGHAFEN VALUES ('ISA', 'AUS', 'Mount Isa', 'Queensland');
  39. INSERT INTO FLUGHAFEN VALUES ('IST', 'TR ', 'Istanbul', 'Atat�rk');
  40. INSERT INTO FLUGHAFEN VALUES ('JFK', 'USA', 'New York', 'John F. Kennedy');
  41. INSERT INTO FLUGHAFEN VALUES ('KIX', 'J ', 'Osaka', 'Kansai');
  42. INSERT INTO FLUGHAFEN VALUES ('KLU', 'D ', 'Klagenfurt', 'Klagenfurter Flughafen');
  43. INSERT INTO FLUGHAFEN VALUES ('KSF', 'D ', 'Kassel', 'Calden');
  44. INSERT INTO FLUGHAFEN VALUES ('LAX', 'USA', 'Los Angeles', '');
  45. INSERT INTO FLUGHAFEN VALUES ('LGW', 'GB ', 'London', 'Gatwick');
  46. INSERT INTO FLUGHAFEN VALUES ('LHR', 'GB ', 'London', 'Heathrow');
  47. INSERT INTO FLUGHAFEN VALUES ('LIM', 'PE ', 'Lima', 'Jorge Ch�vez');
  48. INSERT INTO FLUGHAFEN VALUES ('LPA', 'E ', 'Las Palmas', 'Las Palmas Airport');
  49. INSERT INTO FLUGHAFEN VALUES ('LYS', 'F ', 'Lyon', 'Saint-Exup�ry');
  50. INSERT INTO FLUGHAFEN VALUES ('MAN', 'GB ', 'Manchester', '');
  51. INSERT INTO FLUGHAFEN VALUES ('MCO', 'USA', 'Orlando', '');
  52. INSERT INTO FLUGHAFEN VALUES ('MIR', 'TUN', 'Monastir', 'A�roport Monastir');
  53. INSERT INTO FLUGHAFEN VALUES ('MPL', 'F ', 'Montpellier', 'Montpellier Airport');
  54. INSERT INTO FLUGHAFEN VALUES ('MRS', 'F ', 'Marseille', 'Marseille Provence');
  55. INSERT INTO FLUGHAFEN VALUES ('MUC', 'D ', 'Munich', 'Franz-Josef Strauss');
  56. INSERT INTO FLUGHAFEN VALUES ('MVR', 'CMR', 'Maroua', 'Maroua Salek Airport');
  57. INSERT INTO FLUGHAFEN VALUES ('NAP', 'I ', 'Neapel', 'Capodichino');
  58. INSERT INTO FLUGHAFEN VALUES ('NCE', 'D ', 'Nice', '');
  59. INSERT INTO FLUGHAFEN VALUES ('NRT', 'J ', 'Tokio', 'Narita');
  60. INSERT INTO FLUGHAFEN VALUES ('NUE', 'D ', 'Nuernberg', '');
  61. INSERT INTO FLUGHAFEN VALUES ('ORD', 'USA', 'Chicago', 'O''Hare');
  62. INSERT INTO FLUGHAFEN VALUES ('ORY', 'F ', 'Paris', 'Orly');
  63. INSERT INTO FLUGHAFEN VALUES ('OSL', 'N ', 'Oslo', 'Oslo Gardermoen');
  64. INSERT INTO FLUGHAFEN VALUES ('PAD', 'D ', 'Paderborn', '');
  65. INSERT INTO FLUGHAFEN VALUES ('PEK', 'CHN', 'Peking', 'Beijing Shoudu Guoji Jichang');
  66. INSERT INTO FLUGHAFEN VALUES ('PMI', 'E ', 'Palma', 'Aeropuerto de Son Sant Joan');
  67. INSERT INTO FLUGHAFEN VALUES ('SEA', 'USA', 'Seattle', 'Seattle-Tacoma');
  68. INSERT INTO FLUGHAFEN VALUES ('SFO', 'USA', 'San Francisco', '');
  69. INSERT INTO FLUGHAFEN VALUES ('SSH', 'ET ', 'Sharm El Sheikh', 'Sharm El Sheikh Nat. Airport');
  70. INSERT INTO FLUGHAFEN VALUES ('STN', 'GB ', 'London', 'Stanstead');
  71. INSERT INTO FLUGHAFEN VALUES ('SVO', 'RUS', 'Moskau', 'Scheremetjewo');
  72. INSERT INTO FLUGHAFEN VALUES ('SZG', 'A ', 'Salzburg', 'Salzburg Airport');
  73. INSERT INTO FLUGHAFEN VALUES ('TFS', 'E ', 'Granadilla', 'Teneriffa/S�d');
  74. INSERT INTO FLUGHAFEN VALUES ('TLS', 'F ', 'Toulouse', 'Blagnac');
  75. INSERT INTO FLUGHAFEN VALUES ('TRD', 'N ', 'Trondheim', 'Vaernes');
  76. INSERT INTO FLUGHAFEN VALUES ('TRU', 'PE ', 'Trujillo', '');
  77. INSERT INTO FLUGHAFEN VALUES ('TUN', 'TUN', 'Aeroport de Tunis', 'Tunis');
  78. INSERT INTO FLUGHAFEN VALUES ('TXL', 'D ', 'Berlin', 'Tegel');
  79. INSERT INTO FLUGHAFEN VALUES ('VCE', 'I ', 'Venedig', 'Marco Polo');
  80. INSERT INTO FLUGHAFEN VALUES ('VIE', 'A ', 'Wien', 'Schwechat');
  81. INSERT INTO FLUGHAFEN VALUES ('VLC', 'E ', 'Valencia', 'Manises');
  82. INSERT INTO FLUGHAFEN VALUES ('YDE', 'CMR', 'Yaounde', null);
  83. INSERT INTO FLUGHAFEN VALUES ('YUL', 'CDN', 'Montreal', 'Pierre Elliot Trudeau');
  84. INSERT INTO FLUGHAFEN VALUES ('YVR', 'CDN', 'Vancouver', 'Vancouver International');
  85. INSERT INTO FLUGHAFEN VALUES ('YYC', 'CDN', 'Calgary', 'Municipal Airport');
  86. INSERT INTO FLUGHAFEN VALUES ('YYZ', 'CDN', 'Toronto', 'Lester Pearson');
  87. INSERT INTO FLUGHAFEN VALUES ('ZAZ', 'E ', 'Zaragoza', null);
  88. INSERT INTO FLUGHAFEN VALUES ('ZRH', 'CH ', 'Zuerich', 'Kloten');
  89. commit;