Chapter 5

Creating SQL Views

Key Skills & Concepts

Images    Add Views to the Database

Images    Create Updateable Views

Images    Drop Views from the Database

 

As you learned in Chapter 3, persistent base tables store the SQL data in your database. However, these tables are not always in a useful form if you only want to look at specific data from one table or data from multiple tables. For this reason, the SQL standard supports the use of viewed tables, or views. ...

Get SQL: A Beginner's Guide, Fourth Edition, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.