SQL - Check if record exists in multiple tables
问题 I've been searching in stack for similiar questions but I couldn't find one that helps me with this issue, or I couldn't understand it. I've got 3 tables. Users +---------+------+--------------+ | id_user | name | age | +---------+------+--------------+ | user1 | John | 51 | +---------+------+--------------+ | user2 | Jane | 65 | +---------+------+--------------+ | user3 | Katie| 51 | +---------+------+--------------+ | user4 | Marck| 65 | +---------+------+--------------+ City1 +---------+--