Q4
Single choice
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?