(Choose 1 answer)
How is a one-to-many relationship represented in OData?
A. By linking the parent entity to the related entities using navigation properties.
B. By including the related entity IDs as an array within the parent entity.
C. By embedding the related entities' data within the parent entity.
D. By creating separate tables for each relationship type.