The document contains SQL scripts for creating and managing a database related to students, subjects, and their grades. It includes the creation of tables for students, subjects, grades, results, and rankings, along with sample data insertion. Additionally, it features a separate section for creating a film table with sample entries.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views3 pages
Script Ex 2 Ex 3 TP4 SGBD
The document contains SQL scripts for creating and managing a database related to students, subjects, and their grades. It includes the creation of tables for students, subjects, grades, results, and rankings, along with sample data insertion. Additionally, it features a separate section for creating a film table with sample entries.
insert into film values ('ABCD', 'Imed Gharbi', 2);
insert into film values ('AZER', 'Ali Bejaoui', 3); insert into film values ('Arty', 'Imed Gharbi', 2); insert into film values ('RTY', 'Fathi Bejaoui',2); commit;