How to join several tables consistently (Client -> User -> Order -> Product)?
SELECT Client.ID, Client.Name FROM Client INNER JOIN User ON Client.Cre