Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases Querying Relational Databases Database Normalization Database Normalization Review

This "correct" answer for the meaning of "relational" in "relational database" is misinformed and misleading

This "correct" answer is misinformed and misleading. The "relational" in "relational database" is not a reference to tables being "linked -- or 'related' -- via fields that they have in common". It is a reference to the mathematical theory underpinning relational databases, the relational model, wherein tuples of data are grouped in "relations", also a reference to the terminology used in set theory. "Relations" of the relational model are realized as "tables" in relational databases. To teach that "relational"refers to tables being "related" by foreign key constraints is terribly misleading.

1 Answer

Steven Parker
Steven Parker
229,732 Points

I always just assumed the instructor was just explaining the practical impact of the term on database organization.

But if you feel there's an actual error in the course, you can make a bug report directly to the Support staff.