0
votes
0answers
134 views

Which SQL statements to execute with intersection / junction tables

Here a simplified database layout One condo can hold multiple properties (flats, garage boxes, etc) -> 1->n relationship One owner can have multiple properties in the same condo and properties ...
2
votes
5answers
179 views

What is the accepted method to delete records referenced by a junction/join table?

I have three tables as follows (please forgive the loose syntax), with NO cascading relationships (I do not want this, as the database is primarily managed by NHibernate). Invoice ( entity_id int ...