http://dev.mysql.com/doc/refman /5.5/hi/create-view.html
उदाहरण:
Create View `MyViewName` as
Select
col1, col2, col3
From
myTable T
http://dev.mysql.com/doc/refman /5.5/hi/create-view.html
उदाहरण:
Create View `MyViewName` as
Select
col1, col2, col3
From
myTable T