Am Dienstag, 12. August 2014 23:42:36 UTC+2 schrieb Fidel Viegas: > > > > > On Tue, Aug 12, 2014 at 9:48 PM, 'Curtis Mosters' via OrientDB < > [email protected] <javascript:>> wrote: > >> I just have some questions that are still not completely clear to me: >> >> 1. When I create a database as graph. Is the command: >> *create vertex V1 set brand = 'fiat', name = 'wow'* >> > > This was created to simplify the management of graphs. > > >> >> the same like: >> *insert into V1 (brand, name) values ('fiat', 'wow');* >> Or is there any difference? >> >> > It is still the same, because the graph database works on top of the > document database, hence you have all the same functionality. However, when > working with graphs, you are advised to use the specially created graph > commands. > > Take care! > > Fidel H Viegas >
Alright thanks and my second question about the Studio Graph? -- --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
