The basics of MySQL Views
Posted by Em on 19 April, 2008
No comments yet
This item was filled under [ MySQL ]
Before diving into any technicalities, I would like to share a little about “Views”. What is a VIEW, what is the benefit of it?
A view is a virtual or logical table composed of the result set of a query. Unlike ordinary tables (base tables) in a relational database, a view is not part of the [...]