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.
Create a retrieval from the following list or similar retrieval
a Given a student number, find hisher transcript
b Given a course name, print out section number, number of students enrolled in each section
c Given a sectionidentifier, 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
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 sectionidentifier, change name of instructor
i Given a student number, and a sectionidentifier, change grade for a student
j Given a Coursenumber, 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
