Answered step by step
Verified Expert Solution
Link Copied!

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,

 student submitted image, transcription available below


student submitted image, transcription available below



student submitted image, transcription available below  
 

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Accounting Information Systems

Authors: George H. Bodnar, William S. Hopwood

11th Edition

0132871939, 978-0132871938

More Books

Students also viewed these Programming questions

Question

NVP vs IRR ? which method is best decision criterion?

Answered: 1 week ago

Question

In Exercises find dy/dx by implicit differentiation. xy - y = x

Answered: 1 week ago