What is the definition of cardinality in SQL
They are speaking the same thing and it has to do with tuples (relational algebra) or rows (layman’s term). When it says high-cardinality are possible values of particular attribute (or field) that are unique and therefore the number of rows or tuples are higher: Example: StudentID Lastname Firstname Gender 101 Smith John M 102 Jones … Read more