I tried searching but didn't get any useful information.
What does the word "Relational" mean here? Is it tables being related to each other just like the real life entities, or does it mean something else?
|
I tried searching but didn't get any useful information. What does the word "Relational" mean here? Is it tables being related to each other just like the real life entities, or does it mean something else? |
|||||||||
|
|
From Wikipedia:
and further down:
The tables are related to each other by common attributes that can then be used to form more complex queries for pulling data. |
|||
|
|
|
The word relational comes from http://en.wikipedia.org/wiki/Relational_algebra which was invented by E.F. Codd. SQL and relational databases started as an attempt to make Codd's ideas practical. |
|||
|
|
A relation is a table in database context.
It's more about how the data is related to the column name and type than how keys are related to foreign-keys.
|
|||
|
|