Saved Bookmarks
| 1. |
What is a dependency graph? |
|
Answer» A dependency graph is a diagram that is used to portray the connections between database elements. For example: a change in a table can potentially impact relationships, views, indexes, triggers, stored procedures, and application programs. These impacts need to be known and accounted for before making database changes. |
|