Question: Advanced level school Python programming. Need helps. thanks in advance. A school uses a Database Management System (DBMS) application to keep track of the students,

 A school uses a Database Management System (DBMS) application to keep track


of the students, their Civics Classes and the CCAS they join. The



fully normalised table descriptions are as follows: Student (MatricNo, Name, Gender, CivicsClass)  
 

Advanced level school Python programming. Need helps. thanks in advance.

 

A school uses a Database Management System (DBMS) application to keep track of the students, their Civics Classes and the CCAS they join. The fully normalised table descriptions are as follows: Student (MatricNo, Name, Gender, CivicsClass) Civics (Class, Tutor, HomeRoom) StudentCCA (MatricNo, CCAName) CCAInfo (Name, TeacherIC) Fieldl and Field2 represent the primary and foreign keys respectively. Task 2.1 Write a Python program to create the database school.db with the four tables. Write a Python program to insert all the information from the data files, Student.csv, Civics.csv, Student CCA.csv and CCAInfo.csv, into the database school.db. Save and submit your program code as Task2_1_ .py Rename and submit the populated database as school .db. Task 2.2 Create a HTML file called index.html to display the following Particulars Form for users to submit their request to retrieve their particulars from the back-end server. Particulars Form Enter your Matriculation Number to retreive your school information: - Matriculation Number: Submit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!