Question: Create a PHP project with two transactions: one retrieval and one update on University database provided on Blackboard. 1 . Create a retrieval from the

Create a PHP project with two transactions: one retrieval and one update on University database provided
on Blackboard.
1. Create a retrieval from the following list or similar retrieval
a. Given a student number, find his/her transcript
b. Given a course name, print out section number, number of students enrolled in each section
c. Given a section_identifier, print out student names and grades in this section.
d. Given semester and year, list all sections offered with number of students enrolled in each
section
e. Given an instructor, find out all class the instructor is teaching
2. Create an update like insert, update, or delete from the following list or similar update
f. Create new course
g. Create a new section
h. Given a section_identifier, change name of instructor
i. Given a student number, and a section_identifier, change grade for a student
j. Given a Course_number, change course name
k. Given a course number, delete the course
l. Given a section identifier, delete the section
Submit the entire php project as a zip file to Blackboard.

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!