Posts Tagged ‘about mysql views’

The basics of MySQL Views

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 [...]

Continue reading...