cancer10
02-11-2009, 03:19 AM
Hi
This tutorial (http://www.digitalpropulsion.org/Programming/Views_in_MySQL_5_0) explains what VIEWS are and how are they created.
My Question is that why do we need VIEWS for? Why cannot we use the normal SELECT command and fetch records directly from the main table instead of creating a VIEW first and then display records?
Thanx
This tutorial (http://www.digitalpropulsion.org/Programming/Views_in_MySQL_5_0) explains what VIEWS are and how are they created.
My Question is that why do we need VIEWS for? Why cannot we use the normal SELECT command and fetch records directly from the main table instead of creating a VIEW first and then display records?
Thanx