Question: Please create a table with at least 3 tables showing the database design ( ** System Description ** You are tasked with creating an online
Please create a table with at least 3 tables showing the database design
(** System Description ** You are tasked with creating an online video store. The new system will do the following: 1. Store all aspects of movies including: A. tblVideos (VideoID, Title, ProductionDate, Copies, RentalCost, VideoDescription) B. tblCustomers (CustomerID, CustomerName, CustomerAddress1, CustomerAddress2, CustomerCity, CustomerState, CustomerZipCode, CustomerTelephoneNumber, CustomerEmail) C. tblMovieRentals (VideoID, CustomerID, DateRented, Date Returned, AmountPaid 2. Will be available to employees through an internal system via an internal web-based data-driven system.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
