Options If Data Set Lacks Primary Key

last modified: May 3, 2010

If you receive a data-set as a file or from querying without an explicit primary key and you are not permitted to add one to the actual or visible (to you) schema, below are some suggestions and options.

First we need to distinguish between "persistent" keys and "temporary" keys. As a working term, "persistent keys" here will mean that the same record will have the same key if we re-query that some record at a different time.


Temporary Keys


Loading...