Unlock this challenge:
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?
Product
Category
category property and category column
category
categoryId property and category_id column
categoryId
category_id
category property and category_id column