We have been using the term relational quite a bit, it's time we actually go over what that means! A relational database is a type of database that stores data so that it can be easily related to other data. For example, a user can have many tweets. There's a relationship between a user and their tweet.
In a relational database:
Id called the primary key.
Here is an example of a small relational database. This database has 3 tables, Students, Courses, and StudentCourses. The StudentCourses table manages the relationship between the Students and the Courses tables.
Id of 1StudentCourses for the records that match his StudentIdASP.NET MVC has an Id of 2StudentCourses table