This activity will help you design a database to store movie data. You will also create and populate the database.
Movie Database Design
Study the movie data
Sample Movie Data
Watch Movie Activity Part 1:
The video mentions this as being a team activity. For our class it will be an individual activity. However, you are always encouraged to work with your team!
You will need this information for Saturday's assignment.
Movie CRUD (Create Read Update Delete)
Use the movie database you designed to practice creating a new database and tables, entering data into the tables, editing existing data, and then deleting the tables and database.
Watch the Create, Update, Delete Practice video and follow along with your own code.