Changes

Jump to: navigation, search

An Introduction to MySQL Views

396 bytes added, 16:59, 29 October 2007
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Joining Tables in MySQL|Previous]]<td align="center">[[MySQL Essentials|Table of Contents]]<td width="20%" align="right">[[MySQL Calculations and Concatenations|Next]]</td>
<tr>
<td width="20%">Joining Tables in MySQL<td align="center"><td width="20%" align="right">MySQL Calculations and Concatenations</td>
</table>
<hr>
 
 
MySQL views are essentially a way to package up SELECT statements into re-usable virtual tables whereby the data can be retrieved simply by referencing the view, rather than having to repeat the associated SELECT statement.

Navigation menu