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
In the video, we talked about some basic facts about relational databases. Which of the following statements does not hold true for databases? Relational databases ...
4
+
5
+
**Possible Answers**
6
+
7
+
* ... store different real-world entities in different tables.
8
+
* ... allow to establish relationships between entities.
9
+
* ... are called "relational" because they store data only about people.
10
+
* ... use constraints, keys and referential integrity in order to assure data quality.
11
+
12
+
**Answer**
13
+
14
+
> ... are called "relational" because they store data only about people.
Have a look at the example table from the previous video. As the database designer, you have to make a wise choice as to which column should be the primary key.
0 commit comments