Question: You are using an existing database that has a table named `coffee_orders`. What would the ActiveRecord model be named in order to use that table?

  1. `CoffeeOrders`
  2. `Coffee_Orders`
  3. `Coffee_Order`
  4. `CoffeeOrder`

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