In a star schema, a junk dimension is a single table used to store a collection of miscellaneous low-cardinality attributes, such as individual flags, status indicators, or transaction types, that would otherwise clutter a fact table. High-cardinality refers to data columns containing a large number of unique values, while low-cardinality refers to col....
Log in to view the answer