You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/relational-databases/tables/graph-edge-constraints.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Consider that you have `Product` and `Customer` nodes in your graph and you use
45
45
Creating an edge constraint does not automatically create a corresponding index on `$from_id` and `$to_id` columns in the edge table. Manually creating an index on a `$from_id`, `$to_id` pair is recommended if you have point lookup queries or OLTP workload.
46
46
47
47
### ON DELETE referential actions on edge constraints
48
-
Cascading actions on an edge constraint let users define the acations that the database engine takes when a user deletes the node(s), which the given edge connects. The following referential actions can be defined:
48
+
Cascading actions on an edge constraint let users define the actions that the database engine takes when a user deletes the node(s), which the given edge connects. The following referential actions can be defined:
49
49
*NO ACTION*
50
50
The database engine raises an error when you try to delete a node that has connecting edge(s).
0 commit comments