Attendance { int Id; string Subjcode; string date; string usn; }
Student { int Id; string usn; string Name; }
no parent-child relationship between the two. I want to remove records from Attendance table where usn does not exist in student table in .net core