Suppose I have a table T, and I have an indexed view V on it:
T
V
CREATE TABLE dbo.T (id int PRIMARY KEY, b bit NOT NULL, txt varchar(20