0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
No active XP Potion
Accept a Quest
Login to submit answers
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 1
StudentCourses
for the records that match his StudentId
ASP.NET MVC
has an Id
of 2StudentCourses
tableHow many students are in the ASP.NET MVC course?