A function which drops a database object may have a cascade option which can optionally cascade the drop operation to any dependent objects.
For example, a cascaded table drop will also drop any views that depend on the table.
A function which drops a database object may have a cascade option which can optionally cascade the drop operation to any dependent objects.
For example, a cascaded table drop will also drop any views that depend on the table.
Comments
Article is closed for comments.