You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The *relational* concept is connected with organizing information across multiple tables in the database.
118
+
The *relationships* between tables in a database can be established (or even enforced) in different ways, through the use of keys and other constraints.
119
+
In many small datasets we have only a few tables and we don't have to think about cross-references within datasets.
120
+
The idea of *relational data* becomes more and more important as the amount and complexity of data grows. This provides the motivation for using relational databases: to organize data through related keys.
0 commit comments