A database object that can be referenced the same way as a table in SQL statements. Views are defined using a SELECT statement and are analogous to an object that contains the result set of this statement (MS Sql Transact Help)
1/24/2008 7:31:18 AM - FLWCOM-jwdavidson
A SQL Table: A two-dimensional object, consisting of rows and columns, used to store data in a relational database. Each table stores information about one of the types of objects modeled by the database. For example, an education database would have one table for teachers, a second for students, and a third for classes. ( MS Sql Transact Help)