Skip to content

Instantly share code, notes, and snippets.

View Mrgove10's full-sized avatar
👨‍💻

Adrien Mrgove10

👨‍💻
View GitHub Profile
@Mrgove10
Mrgove10 / OracleTP.sql
Last active November 26, 2019 12:13
tp de oracle
/*
Information
Pour avoir les valeurs correctes de la fonction, il faut l'executer individuellement.
*/
----------DROPS----------
--DROPS TABLES
DROP TABLE ACHAT_BILLET;
DROP TABLE SEANCE;
DROP TABLE ACTEUR_FILM;
DROP TABLE FILM;