What is the difference between a Table and a View?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jagdish prajapati
Table is Physical Stored. but View is logical or virtual
Stored.
| Is This Answer Correct ? | 9 Yes | 1 No |
How Switch (select or use) to a database.
How do I setup mysql?
how do i list constraints in my database by using sql server2000?
What is mysql default database?
Define REGEXP?
Can you tell the difference between mysql_connect and mysql_pconnect? : Mysql dba
Give string types available for column?
How to find out the second largest element from mysql table
How many values can the SET function of MySQL take?
2 Answers Creative Informatics,
How to get the number of rows selected or affected by a sql statement?
What is the difference between database and table?
Can you tell the difference between ereg_replace() and eregi_replace()?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)