/* Compound primary key - prevents duplication. Because a fav food must also have a person, this means a primary key must be defined in terms of both the food and the id of the person who likes it */ ...
Schema are the blue prints of databases. It shows a database design such as what tables are included in the database and any relationship btw its tables. It lets one know what data type each field can ...