what is the purpose of creating view is sql server 2000
Views are dynamic table that is it created at run time and not stored on server database. by using view we can solve typical query.