
Object Dependency and Dropped Tables
Here’s what is going to happen today: we’re going to bring a bunch of objects to life, and then we’re going to kill them. Woah, why all the violence? In our databases, we have lots of objects. New ones are created all the time, then changed, and sometimes deleted. These objects are connected to one another! What happens when an object is removed from the database, but other objects depend on it? Let’s see. A basic object is a table. Create two to use as a foundation of