Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Francois Mares
NF18 - Projet SCF - Groupe 5
Commits
d4bfa7f1
Commit
d4bfa7f1
authored
May 19, 2021
by
Clement Lucas
Browse files
Upload DELETE.sql
parent
814d7df8
Changes
1
Hide whitespace changes
Inline
Side-by-side
SQL/DELETE.sql
0 → 100644
View file @
d4bfa7f1
DROP
TABLE
trajet
;
DROP
TABLE
billet
;
DROP
TABLE
voyageur
;
DROP
TYPE
typevoyageur
;
DROP
TYPE
typestatus
;
DROP
TYPE
typepaiement
;
DROP
TABLE
horaires
;
DROP
TYPE
typeexcept
;
DROP
TYPE
typehoraire
;
DROP
TABLE
calendrier
;
DROP
TYPE
typejour
;
DROP
TABLE
arret
;
DROP
TABLE
train
;
DROP
TYPE
typetrain
;
DROP
TABLE
ligne
;
DROP
TABLE
gare
;
DROP
TABLE
ville
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment