Consider the following entities and their relationshipsMovie (movie_no, movie_name, release_year)
Actor (actor_no, name)
Relationship between movie and actor is many – many with attribute rate in Rs.
Create a RDB in 3NF for the above and solve following Using above database,
write PHP scripts for the following:(Hint: Create HTML form having three radio
buttons)
a) Accept actor name and display the names of the movies in which he has acted.
b) Insert new movie information.
c) Update the release year of a movie. (Accept the movie name from user)
[25 M]
0 Comments