Question: How can you ensure that each value saved in a particular field is unique from all other values in the field?

  1. Set the Indexed property to No
  2. Set the Required property to Yes (Unique Values)
  3. Set the Validation Rule property to No Duplicates
  4. Set the Indexed property to Yes (No Duplicates)

Answer: The correct answer of the above question is Option D:Set the Indexed property to Yes (No Duplicates)