My school book Database Systems defines cardinality as follows:
The cardinality of a relation is the number of tuples it contains. By contrast, the number of tuples is called the cardinality of the relation and this changes as tuples are added or deleted. High-cardinality - many tuples, low-cardinality - few tuples.
While the Wikipedia article on Cardinality (SQL statements), defines it as follows:
Cardinality refers to the uniqueness of data values contained in a particular column (attribute) of a database table. The lower the cardinality, the more duplicated elements in a column. There are 3 types of cardinality: high-cardinality, normal-cardinality, and low-cardinality.
They might both be right, but i can't connect the two definitions as related definitions. A rephrase would be appriciated!