COUNT DISTINCT counts unique values from one chosen column.
choose value column
Read the column
This lesson counts distinct values in the buyer column.
value column shown
COUNT DISTINCT examples are tiny finite-table transforms; SQL dialect completeness, collations, type coercion, optimizer behavior, execution cost, indexing, and database-product claims are out of scope.
Rows are still visible
The table stays visible so the value column can be checked row by row.
row by row check
Summary
The chosen column is part of the compiled facts, not prose-only.