May 2018
Intermediate to advanced
328 pages
8h 15m
English
Modify the program written for the previous problem to support adding media files (such as images, but also videos) to a movie. These files must be stored in a separate table in the database and have a unique numerical identifier, the movie identifier, a name (typically the filename), an optional description, and the actual media content, stored as a blob. The following is a diagram with the structure of the table that must be added to the existing database:

The program written for this problem must support several commands:
Read now
Unlock full access