I am trying to create a table named EMPLOYEE. When I use the following statements without \"ON DELETE SET DEFAULT\" it is working.
Here is the Error I get with \"ON
just use SET NULL rule and define trigger which will try to set to default value with exception handler if your default value has been deleted from master table