How would you select distinct values from a column in SQL?
Use the wix_site_templates table and its template_category column. Return every unique category, including one row for NULL when present.
distinct_template_category| Column | Type | Description |
|---|---|---|
| template_idPK | INT | Unique identifier for the site template |
| template_category | VARCHAR(50) | Category assigned to the site template |