Relations
Relations describe connections between entities. In mathematics, a binary relation on a set A is a subset of the Cartesian product A × A, consisting of ordered pairs (a, b) where a is related to b. More broadly, relations can connect objects of different types, and in data modeling a relation is often represented as a table that stores linked items.
Relations can have formal properties. A relation is reflexive if every element relates to itself; symmetric
Examples include equality on numbers, the divisibility relation a divides b, and congruence modulo n. A relation
Applications span mathematics, logic, and computer science. In databases the relational model represents data as relations