I'm using a database from a particular Udemy course. When I run MATCH (x)--(y)-->(z) RETURN x, y, z LIMIT 2 I get
and when I run MATCH (x)--(y)-->(z) RETURN x, y, z LIMIT 3 (2 -> 3) I get
As I see it, there are already three, non-repeat instances o...