Question: If a model class is named Product, in which database table will ActiveRecord store and retrieve model instances?

  1. `product_table`
  2. `all_products`
  3. `products_table`
  4. `products`

Answer: The correct answer of the above question is Option D:`products`