table indices unique vs. non-unique
Hi. I copied an existing table and adding some more fields. I changed the fields in the primary index, but kept all of the secondary indicies the same. I was troubleshooting the table when I noticed that some of the secondary indices were marked as unique. I thought that only the primary index was "unique" and all of secondary indicies were "not unique". Is my thinking correct?