Question: . Create a new database called 'University . Create two tables in the database O First table name is 'Students' o Second table name is

. Create a new database called 'University . Create two tables in the database O First table name is 'Students' o Second table name is 'Courses The tables should contain the following columns o Students table Student ID (Primary Key) Student Name Student Major Student Phone No 0 Courses table Course id (Primary key) Course Name Course Level Fill table Students with the following data (use ready insert statements in myPhpAdmin) o 1, Ahmed Saleh, CS, 0712211551 2. Jana Mousa, SE, 0715544236 3, Maher Mahmoud, CG, 0713354256 4, Salma Hadi, CS, 0712542365 o o o Fill table Courses with the following data (use ready insert statements in myPhpAdmin) o 111, Webpage design, 2 222, C++ programming, 1 333, Computer Algorithms, 3 o
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
