Desktop 1.3.8
I have successfully loaded from Oracle tables
Oracle schema is snowflake : fact > dim_account -> dim_customer
I want to pre-join account and customer on oracle side (in a view) then load that into neo4j
NB I am new to neo4j/graph databa...