What is the difference between a Table and a View?

Answers were Sorted based on User's Feedback



What is the difference between a Table and a View?..

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

What is the difference between a Table and a View?..

Answer / jagdish prajapati

Table is Physical Stored. but View is logical or virtual
Stored.

Is This Answer Correct ?    9 Yes 1 No

What is the difference between a Table and a View?..

Answer / shaik

-Table will have its own data,View doesnt have its own data.

-In Tables data stored Physically,In view its logiacally.

-we have tables of single type,but in views, Simply and
complex views.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to present a past time in hours, minutes and seconds?

0 Answers  


How do I restore a database in mysql workbench?

0 Answers  


How do I view a mysql database?

0 Answers  


suppose server is running Suddenly down . what can you do? but i want do not down the server?

3 Answers  


What is delimiter in mysql trigger?

0 Answers  






What is the difference between unix timestamp and mysql timestamp?

0 Answers  


What are the different mysql database engines?

0 Answers  


Who owns mysql database?

0 Answers  


What is the purpose of -> in the mysql terminal?

0 Answers  


What are features of mysql?

0 Answers  


What are date and time intervals?

0 Answers  


How do I start mysql manually?

0 Answers  


Categories