What is the proposed idea/solution?It often makes sense to use a unique id field as the primary field in a database (for example "customer_id"), especially as linking records requires the primary field to be used. When this data is then displayed wit...