same relationship for entities #584
Replies: 1 comment 1 reply
-
|
Hello @navaneethsstabilix . So upon executing this query, the graph will have 1 entity of class Let me know if you have further questions on this topic. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can a single entity be connected to multiple other entities using the same relationship in ApertureDB?
Is this allowed in ApertureDB?
Will both connections be stored, or will one overwrite the other?
I have a use case where a single entity needs to be connected to multiple other entities sing the same relationship class .
Example 1:
School → Teacher
School→ Teacher_2
Both use the same relationship class: HAS_TEACHES
Is this allowed in ApertureDB?
Will both connections be stored, or will one overwrite the other?
Beta Was this translation helpful? Give feedback.
All reactions