Would a view use the Indexes created on the tables it is using to filter records.
Consider, i have four tables and every table has 1,00,000 records and each table has a Primary Key with Clustered Indexes on it.
And my view uses all this four tables using joins. So, in this case would it use the indexes created on that table?
Thanks and Regards,
Ashish Patel.