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

Develop Oracle DDL schema script for database #1

Closed sftwre closed 5 years ago

sftwre commented 5 years ago

SQL DDL statements should be used to create the relational schema. Use various Oracle data types in your tables. Specify primary and foreign keys. Save the SQL DDL statements in a .sql le and run it from within SQL*PLUS to create tables.