152k views
2 votes
True or false a relational database is one in which every data item is related to every other data item

User Ovabrandon
by
6.4k points

1 Answer

1 vote
I think false, because the rows in a table for instance, do not relate to each other, but can relate to rows in another table, if some of the columns are foreign keys, pointing to primary keys in another table.
User Petr
by
6.3k points