Chapter 14. Views


A view is a database object that is defined in terms of a SELECT statement that retrieves the data you want the view to produce. Views are sometimes called "virtual tables." A view can be used to select from regular tables (called "base tables") or other views. In some cases, a view is updatable and can be used with statements such as UPDATE, DELETE, or INSERT to modify an underlying base table.

This chapter covers the following exam topics:

  • The benefits of using views

  • Creating, altering, and dropping views

  • Performing validity checks on views

  • Obtaining metadata about views

  • Privileges required for operations on views



MySQL 5 Certification Study Guide
MySQL 5.0 Certification Study Guide
ISBN: 0672328127
EAN: 2147483647
Year: 2006
Pages: 312

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net