This topic contains examples of RRN queries.
The following examples assume that you have
three record types in your source data:
Author records,
Book records, and
Editor records. While all records have several
properties, the
Author and
Book records have these properties that establish a
relationship between the record types:
Authorrecords have anauthor_bookrefproperty that references thebook_idproperty of Book records. In addition,Authorrecords have anauthor_editorrefproperty that references theeditor_idproperty of anEditorrecord.Bookrecords have abook_authorrefproperty that references theauthor_idproperty ofAuthorrecords.
Using these cross-record reference properties, an RRN query can apply relationship filters between the record types.

