Hi,

Are you talking about some kind of JOIN operation without edges?
OrientDB is a graph database and is explicitly designed to avoid such kind
of operations.
What is the purpose of using a graph database if you don't want to use edge?

Thanks

Luigi


Il giorno gio 15 nov 2018 alle ore 15:01 axon musthaq <axonmust...@gmail.com>
ha scritto:

> I have two vertex class say example Employee and EmployeeDetails. In
> Employee class Following below are the properties 1.FirstName 2.LastName
>
> In EmployeeDetails class Following below are the properties
> 1.FirstName(same value as in Employee class) 2.OrganizationName 3.Salary
> 4.Department
>
> I want to retrieve data like FirstName(Employee class) LastName(Employee
> class) OrganizationName (EmployeeDetails class) Salary(EmployeeDetails
> class) Department(EmployeeDetails class)
>
> without creating any EDGE between (Employee class) and (EmployeeDetails
> class) i want generate report like above.is that possible in orientdb?
>
> please reply if you need any further clarification.
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to orient-database+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to