Movie Manager is a web and/or android-based application that assists movie theater staff in maintaining and building a movie schedule. Group project for a Database Systems class.
0
stars
0
forks
source link
As a System Admin, I need to be able to schedule a trailer for a given movie title. #14
Input is trailer name, screenId, and start_time. Output is the updated trailer_schedule for the movie.
example query: schedule_trailer('Spiderman', 'Avengers', 1, '9:35 AM');