FOR EACH <entity_table>.<primary_entity_key>
(Required)SELECT DISTINCT
SQL command to create a new view or table from your original entity table with non-unique rows, or all of your raw fact tables. Using SELECT DISTINCT
will result in a new view or table with a single column containing unique IDs.