View Indexing (pointless)

You must use unique clustered enabled, you must also have a schema binding. Note that the columns must be at the lowest layer, aka no applies or CTEs.

Note that each time you alter the view is removed

CREATE UNIQUE CLUSTERED INDEX cix_name ON SchemaName.vwViewName(colName)