Travaux pratique de BDD2
Find a file
2023-01-05 10:04:07 +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 fix insert problems zith participe_externe 2023-01-05 10:04:07 +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 enlever right join 2023-01-05 09:56:07 +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;