Challenge 1 / 2
Suppose you have a Product
entity and each Product
should be related to
a single Category
. What property should you add to Product
to
accomplish this? And what would the corresponding column in the database be called?
Skip challenges and go to theNext Chapter