I have a parent table and a child table which are related with a one to many relationship.
I want to delete the child table without affecting affecting the parent table or deleting any fields.
If I delete the child table, what will happen to the parent table records?
I've attached a picture of the relationship chart and the settings of the child table.