Standard one-to-one associations link objects in a parent-child relationship, where each instance of the parent object is associated with one instance of the child object. Examples include:
Location to Geozone: A location belongs to one specific geozone.
Pay Range to Legal Entity: A pay range is tied to a single legal entity.
Location to Legal Entity and Department to Division are examples of one-to-many associations.