Alright I have a users table the only field I need to worry about is ID
and a clearence table the only field I need to worry about is userID
What is the sql syntax to determine basically
"what ID's from the users table do not have a record in the clearence table"?