Question: How can you ensure that each value saved in a particular field is unique from all other values in the field?
- Set the Indexed property to No
- Set the Required property to Yes (Unique Values)
- Set the Validation Rule property to No Duplicates
- 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)