Question: When using an ActiveRecord model, which method will create the model instance in memory and save it to the database?

  1. `build`
  2. `new`
  3. `create`
  4. `save`

Answer: The correct answer of the above question is Option C:`create`