There are two situation one is double line(recursive), the other is normal
Could anyone explain why the first one use recursive and the second not?
There are two situation one is double line(recursive), the other is normal
Could anyone explain why the first one use recursive and the second not?
In the first example, a cow could be both an owner and owned by. For example, a cow could be owned by another cow in a parent-child relationship. A cow could also be owned by a farmer.
In the second example, a student cannot attend another student. There isn't any recursive relationship there.