64 | | - '''rkey''' is the name of the right foreign key in the linktable (can be omitted if not ambiguous, i.e. only one other fk in the linktable) |
| 63 | - '''lkey''' is the name of the left foreign key in the linktable, i.e. the foreign key that points to the table specified by alias |
| 64 | - '''rkey''' is the name of the right foreign key in the linktable, i.e. the foreign key that points to the table containing the field |
| 65 | |
| 66 | lkey and rkey ''can'' be omitted if they are not ambiguous, i.e. if there's only one option each. |