158.
Does using indexed views optimize the query?
View Description
Creating a unique clustered index on a view improves query performance because the view is stored in the database in the same way a table with a clustered index is stored.