Home > Topic List > What is the difference between database views and tables

What is the difference between database views and tables

Database views and tables are two different concepts in the database, with different characteristics and uses. A table is an entity that actually stores data in the database, while a view is a virtual table derived from one or more tables, used to specify way to present and manipulate data. Tables have higher data persistence, while views provide more flexible and convenient data access.

Related courses More >
AdvancedMySQL Advanced Advanced Video Tutorial

29500 times of learning

Collection
IntermediatePHP Development Basics Database (PDO)

21435 times of learning

Collection
IntermediateThe third training session_PHP development

23811 times of learning

Collection
Related Tutorials More >