max-elixir / MovieManager

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 an SA, I need to see a complete list of movies scheduled for a given date #12

Open sftwre opened 5 years ago

sftwre commented 5 years ago

Input is date in dd/mm/yyyy format. Output is table of movies scheduled for the day or nothing if no movies are available.

Touches tables

  1. Movie
  2. Film
  3. Movie_schedule