Sorry for the title but I didn't know how to name it..
I'm using C# and have a WinForms application I have 2 tables, each of them have a primary key, those 2 tables are strangers. It means that I have a third table that connects between them. the third table have as columns : table's A primary key and table's B primary key.
I just want to know that if I'm deleting one row from the third table, is the related data from table A and B will be also deleted?