Create a relational database utilising more than one table and a schema (ERD) that represents the relationships between attributes.
eg. For a video store database you need to have a table that just stores video data, customer data and each loan.
The loan table would have two foreign keys in...