Introduction
The belongs_to relationship connects one model to another, showing that one item belongs to a single parent item.
When a comment belongs to a single post in a blog.
When an order belongs to a specific customer in a store.
When a book belongs to one author in a library system.
When a profile belongs to a user account.