Travaux pratique de BDD2
Find a file
2022-12-16 09:17:00 +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 added data to test Q8 2022-12-16 08:48:24 +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 question 13 tested 2022-12-16 09:17:00 +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;