I have a table where not using a primary key would help. If I set the field indexed yes w/ no dupes, does this prevent duplicates adequately?
Thank you
The only difference you'll see is that a regular no-duplicates index will allow null values in the field and will allow any number of records to have null values. A primary key forbids nulls.
But I'm with Greg - how does it help if you don't have a primary key?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.