You're on assignment part 1/2 for this lesson.
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 Courses tables.
Id of 2.StudentCourses table for the records that match his StudentId.Id of 3.CourseId column in the StudentCourses table.