Yes, it does. It's called indexed views in SQL Server. MVs are Oracle lingo.
From BOL:
Indexed views can be created in any edition of SQL Server 2000. In SQL Server 2000 Enterprise Edition, the query optimizer will automatically consider the indexed view. To use an indexed view in all other editions, the NOEXPAND hint must be used.