Travaux pratique de BDD2
Find a file
2023-01-05 09:54:43 +01:00
bdd.pdf rapport BDD en pdf 2022-12-07 08:06:43 +01:00
dropall.sql changed drop types in dropall.sql 2022-12-10 12:10:48 +01:00
insert.sql rien 2023-01-05 09:37:40 +01:00
LICENSE Initial commit 2022-11-30 16:06:13 +01:00
README.md update readme 2022-12-07 09:20:38 +01:00
request.sql Mettre à jour 'request.sql' 2023-01-05 09:54:43 +01:00
tables.sql fixed errors created during standardisation 2022-12-10 12:43:56 +01:00

tp_bdd2

Travaux pratique de BDD2

Comment créer les shemas publics

create schema public;

comment tout détruire, À NE PAS FAIRE !!!

drop owned by bda3_ng_23_log;