If a model class is named Product, in which database table will ActiveRecord store and retrieve model instances?
a. product_table
b. all_products
c. products_table
d. products