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

Database Updates #4

Closed sftwre closed 5 years ago

sftwre commented 5 years ago

Use SQL to make at least one update of the following types.

  1. Insert single tuple to a table.
  2. Delete single tuple from a table.
  3. Delete tuples from a table using a query.
  4. Update single tuple from a table.
  5. Update tuples from a table using a query.