Ajout de travaux

This commit is contained in:
2024-12-09 11:59:50 +01:00
parent f343ead1f5
commit ae3e7b21fd
18 changed files with 16146 additions and 0 deletions

28
23BDD/PROP2-TP6.sql Normal file
View File

@@ -0,0 +1,28 @@
//3
//A
SELECT * FROM RABAN_PROP1.Client_C;
SELECT * FROM RABAN_PROP1.mes_locations;
//C
INSERT INTO RABAN_PROP1.Client_C VALUES ('YESSIR','123','Trois petitCHATCHATCHAT');
INSERT INTO RABAN_PROP1.Film VALUES (07,'Le monde incroyable de Marvin');
INSERT INTO RABAN_PROP1.Location_L VALUES ('RABAN_PROP2',07,'12-JUN-2010');
COMMIT;
//5
//A
//B