I tried to create bidirectional relationships by using this pattern (a)-[:]-(b) and also this one (a)<-[:]->(b).
but at the end result is direct to one part of the nodes from the first parenthesis to last one (a)-[:]->(b) any suggestion?
Is it possible to create relationships between table1 with table3 by using table2?
for example in:
--Table1 we have id and momName
--Table2 we have id and table1ID and Table3ID
--Table3 we have id and dadName
we need to create relationship between mo...
Does anyone have a little time to help me in writing my import query!?
(I have a database of academic, writers and books I want to show relations between them)
Somehow I'm lost to create the relation between my nodes I have 3 CSV files trying to connect books to person s and the academies.
I have read and watched a lot's of videos and posts about creating and merging the relations between nodes but I'm stil...
thanks for the idea but what about millions of records.
I mean if we have a dad who has 40 mom(wife) relationships. by this theory, our unique table will be infinity and each query need lot's of time even if our computer can handle that.
what do you ...
you right,
I think I have done that before here-1 and here-2, so I decided to ask it as a favor maybe this time someone wants to help I tried my self-didn't succeeded so here I am.