parth
SELECT * from A, B, C WHERE A.id = B.id AND B.id = C.id
ursus
WHERE / AND
A modern programming language that makes developers happier.