Question: If a model class is named Product, in which database table will ActiveRecord store and retrieve model instances?
- `product_table`
 - `all_products`
 - `products_table`
 - `products`
 
Answer: The correct answer of the above question is Option D:`products`