What is the difference between a Table and a View?

Answer Posted / guest

Table contains all the row. View doesn't contain any data
but rather an SQL statement that is executed every time the
View is accessed. It provided row level security for
accessing information.
The downside is lost performance as compared to a Table

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data types in mysql?

474


Write a query to stop mysql in unix

613


what is the default port for mysql server? : Mysql dba

554


Is mysql a good database?

489


What is the difference between char and varchar?

540






How to validate email addresses in mysql?

595


What is the difference between mysql_fetch_assoc and mysql_fetch_array?

445


How internally data stores in MyISAM and INNODB table types?

2082


What is cast in mysql?

469


How to drop an existing index in mysql?

546


table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases

787


What does mysql flush tables do?

503


What is the purpose of using timestamp data type?

496


What is mysql cursor?

498


Is mysql a odbc?

467