I have a property that is NOT null (it's a PK). But I have a query that uses a LEFT JOIN in that table, creating the possibility of null (it's a PK).
I have a property that is NOT null (it's a PK). But I have a query that uses a LEFT JOIN in that table, creating the possibility of null (it's a PK).