Question: Development requirements: create three (3) MySQL database tables and write PHP scripts to read, insert & delete data. You will be writing several SQL statements
Development requirements: create three (3) MySQL database tables and write PHP scripts to read, insert & delete data. You will be writing several SQL statements The first database table will contain the names of your favorite four(4) movies. The second table will be a list of actors who appear in the movies. The third table will be an associative table that describes the relationship between actors and movies (which actors appear in which movies). Actors and movies have a many-to-many relationship (an actor can be in multiple movies and a movie can have multiple actors). explain steps
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
