Question: from the given data definition create a mysql database name it as university database. write a php code to connect it with a webpage. write

from the given data definition create a mysql database name it as university database.
write a php code to connect it with a webpage.
write a php code to insert data into a database created by using a webpage interface.
explain each step clearly.
Given the following SQL data defirition for university database create table registration (Registation_number varchar (30), Student_name varchar (30), Faculty varchar (50), Year numeric (4,0), primary key (registration_number)); create table course (course-id varchar (10), title varchar (50), credits varchar (5), remarks varchar (10), primary key (course-id), foreign key (registration number) references registration)i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
