Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. drop table sondage cascade constraint;
  2. create table sondage
  3. (
  4. num number(3),
  5. date_naissance date,
  6. reponse1 char(20),
  7. reponse2 varchar(20),
  8. val int
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement