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?
- `CoffeeOrders`
 - `Coffee_Orders`
 - `Coffee_Order`
 - `CoffeeOrder`
 
Answer: The correct answer of the above question is Option D:`CoffeeOrder`