| Oracle | ||
| You may not drop a table if it is referenced by another table. | ||
| Specific to Oracle | ||
The CASCADE CONSTRAINTS clause can be used to remove the
references. DROP TABLE t_a CASCADE CONSTRAINTS | ||
| Oracle | ||
| You may not drop a table if it is referenced by another table. | ||
| Specific to Oracle | ||
The CASCADE CONSTRAINTS clause can be used to remove the
references. DROP TABLE t_a CASCADE CONSTRAINTS | ||