Hi,
i've some basic questions about indexed view.
1. How it will be stored? i.e., will it be stored separate from the underlying tables?
i have an indexed view vw_testview with two tables customer and order
vw_testview will be stored as separate
and customer and order will store separate
thanks,