Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dimitri Nicolas
AI23 - Projet
Commits
8d5a4f8f
Commit
8d5a4f8f
authored
Jun 24, 2021
by
Marine Marsal
Browse files
Update DELETE.sql ajoute delete view
parent
f414c0ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/database/DELETE.sql
View file @
8d5a4f8f
...
...
@@ -18,4 +18,20 @@ DROP TABLE IF EXISTS sanction CASCADE;
DROP
TABLE
IF
EXISTS
suspension
CASCADE
;
DROP
TABLE
IF
EXISTS
utilisateur
CASCADE
;
DROP
VIEW
IF
EXISTS
Exemplaires_Disponibles
;
DROP
VIEW
IF
EXISTS
Repartition_Emprunts
;
\ No newline at end of file
DROP
VIEW
IF
EXISTS
Repartition_Emprunts
;
DROP
VIEW
IF
EXISTS
VLivre
;
DROP
VIEW
IF
EXISTS
VOeuvreMusicale
;
DROP
VIEW
IF
EXISTS
VFilm
;
DROP
VIEW
IF
EXISTS
VAdherent
;
DROP
VIEW
IF
EXISTS
VPersonnel
;
DROP
VIEW
IF
EXISTS
RessourcesPopulaires
;
DROP
VIEW
IF
EXISTS
GenresPopulaires
;
DROP
VIEW
IF
EXISTS
LivresPopulaire
;
DROP
VIEW
IF
EXISTS
OeuvresMusicalesPopulaire
DROP
VIEW
IF
EXISTS
FilmsPopulaires
DROP
VIEW
IF
EXISTS
DureeMaxEmpruntParAdherent
DROP
VIEW
IF
EXISTS
DureeMoyenneEmpruntParAdherent
DROP
VIEW
IF
EXISTS
DureeMaxEmpruntParRessource
DROP
VIEW
IF
EXISTS
DureeMoyenneEmpruntParRessource
DROP
VIEW
IF
EXISTS
GenrePrefereParAdherent
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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