The `dbms_sync` package provides functions to aid in the synchronization process.
## `diff`: Determine difference
Get the difference between the left and right record.
Parameters:
- `left_record` (object, optional): The left row.
- `right_record` (object, optional): The right row.