I'm doing a self-storage unit management database..basically I need to query to find out whether a unit is available or not. So my unit table has a FK of TenantID so I just want it to check and see if TenantID is null and return "Available" or "Occupied" if not null.