Exercise

Viewing views

Because views are very useful, it's common to end up with many of them in your database. It's important to keep track of them so that database users know what is available to them.

The goal of this exercise is to get familiar with viewing views within a database and interpreting their purpose. This is a skill needed when writing database documentation or organizing views.

Instructions 1/3

undefined XP
    1
    2
    3
  • Query the information schema to get views.
  • Exclude system views in the results.