|
Explanation: Constraints can be created at the table level and column level. They can be created at the time of table creation or after the table is created. You cannot delete data from a table if there are dependencies on the table. If you do not provide a name to the constraint then the oracle will assign the name to constraint..
|