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 do you create a primary key?

0 Answers  


Is mysql a server?

0 Answers  


How do I find users in mysql?

0 Answers  


How can I connect mysql database?

0 Answers  


What do you understand by mysql terminal?

0 Answers  






Why phpmyadmin is used for mysql?

0 Answers  


What is session variable in mysql?

0 Answers  


How to enter boolean values in sql statements?

0 Answers  


What is the maximum number of records in mysql table?

0 Answers  


What is the difference between the DELETE TABLE and TRUNCATE TABLE commands in MySQL?

1 Answers  


What are the limitations of mysql?

0 Answers  


What is delimiter in mysql stored procedure?

0 Answers  


Categories