Closed Dtenwolde closed 9 months ago
It is quite tedious and redundant to write
VERTEX TABLES ( Person LABEL Person )
Instead, I propose to make the label keyword optional, Oracle 23c already allows this. It reduces typing when creating the property graph. If the label is omitted, it will be equal to the table name, otherwise it will be the label specified
Partially same as #41
It is quite tedious and redundant to write
Instead, I propose to make the label keyword optional, Oracle 23c already allows this. It reduces typing when creating the property graph. If the label is omitted, it will be equal to the table name, otherwise it will be the label specified