Advertisement
Guest User

Untitled

a guest
Jun 9th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Volo(id NUMBER, da VARCHAR2(30), a VARCHAR2(30), distanza NUMBER,
  2.     partenza DATE, arrivo DATE, prezzo NUMBER, id_aereo NUMBER);
  3. Aereo(id NUMBER, nome VARCHAR2(30), autonomia NUMBER);
  4. Abilitato(id_dipendente NUMBER, id_aereo NUMBER);
  5. Dipendente(id NUMBER, nome VARCHAR2(30), stipendio NUMBER);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement