SQL Dependencies

The topics in this section describe SQL dependencies on user-defined entities and how to report these dependencies. SQL dependencies are the by-name references that are used in SQL expressions that make one entity dependent on another entity. For example, views and stored procedures depend upon the existence of tables that contain the data returned by the view or procedure.

In This Section