Community

Views in SQL 2000/2005

(cykophysh39) A view is simply a query stored as an object in the database. In essence a view can be thought of a virtual table, that in itself does not contain any data or information. A view can return the same data that we could from any SELECT statement. Views are implemented as stored SELECT st

Read More - Register for Free Membership