In SQL its possible to have fields that cannot contain duplicate data.
How is this possible in SharePoint?
Lets say you have a list containing values like
ORANGES
APPLES
PEARS
How do you ensure that the user cannot enter
ORANGES
APPLES
PEARS
ORANGES
Thanks