Good morning ..
I have table [BCT_PESSOA]
with PK [ID_PESSOA]
this table has relationship with table [BCS_USUARIO]
with column [ID_PESSOA]
I would like to return all records in the [BCT_PESSOA]
table that [ID_PESSOA]
does not exist in the [BCS_USUARIO]
table.