|
DROP (Short Name: DRO)
|
|
|
When you drop...
|
You must...
|
|
A column used in the definition of a computed column
|
Remove the computed column first.
|
|
A column used in a form, report, or label
|
Delete the column from the form, report, or label definition.
|
|
A column used in a rule
|
Delete the rule for that column in any table from which you removed the column.
|
|
A form, report, label, table, or view used in an application
|
Revise your application to reflect the changes in the database after dropping the form, report, or label.
|
|
A view or table used in a form report or label
|
Delete the form, report, or label from the database after dropping the form, report, or label.
|
|
A column or table used in a view
|
Delete the view from the database.
|
|
A table that has rules
|
Delete the rule with DROP if the table you are dropping is used in the WHERE clause of a rule definition. For example, a table name is used in a WHERE clause of a rule definition when a rule is used to verify a value in one table against values in another table.
|