Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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,
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started