Possible Duplicate:
Difference Between Views and Tables in Performance
What is the main difference between vi
SQL Views:
View is a virtual table based on the result-set of an SQL statement and that is Stored in the database with some name.
SQL Table:
SQL table is database instance consists of fields (columns), and rows.
Check following post, author listed around seven differences between views and table
https://codechef4u.com/post/2015/09/03/sql-views-vs-tables