Dear All,
I have created 2 Tables like Parent Table ( Student details ) and Child Table ( Mark details )
Student details :
Fields > Student Id, Name
Mark details :
Fields > Student Id, Marks, Division, ClassStnd
Then I set Delete action on Child Table ( Mark details ) ****

Properties :

Action = Cascade
Then I create a records in Parent Table ( Student details ) and Child Table ( Mark details )
Student details :

Mark details :

Now I am going to delete record form Parent table ( Student details )
Student Id = "S001"

Then browse Child Table ( Mark details )

here I saw Student Id = S001 in Child table ( Mark details) still exist even student id = S001 deleted in Parent Table ( Student Table)
Now again I create a new record in Student Table
Student Id = S001

Now I deleted record form Child Table ( Mark details)

then browse Parent Table ( Student details )

Here we saw Student Id = S001 is not there in Parent Table because we deleted Student Id = S001 from Child Table.
My Question is :
1. Is it always mandatory to set delete action in Child table.
2. In Parent Table (Student details ) can I mention delete action for Child Table ( Mark details) ?
Please give me more shed on this.
Thanks!