The contents of the parent and child tables are:
The child table has the parent_id column that has a foreign key constraint to the id column of the parent table with ON DELETE CASCADE clause.
Consider the command WHERE id =1;
What is the effect of the above command?
chehin
3 years, 1 month ago