to comment on that diagram, can items be in one category, and be part 
of a product that is part of another category? 
>> Yes, that is possible

Also, what does the SQL you are trying to import look like? Should it 
be converted into this schema? 
>> Yes, pleaes use this schema as the source and the SQL insert looks like:
>> insert into item (item_id, item_name) values (1001, 'item_1001');
    insert into seller (seller_id, seller_name) values (2001,
'seller_2001');
    ...... etc.,


--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Re-Neo4j-Neo4J-SQLIMporter-question-tp2508296p3239973.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to