I have two tables
CLIENT
client_id, client_name
SURVEY
survey_id, survey_client, survey_date
The two tables are related one (CLIENT) to many (SURVEY) client.client_id = survey.survey_client
Could someone show me a query that shows only the clients from the CLIENT table that have no related record in the SURVEY table.