In Customers table, why is “name” Made a KEY? There will be many customers with Same name. Wont this create any issues while Referencing & Reverse referencing between “Orders” table and “Customers” table?
Alternatively, copy all of the exiting Name column values to the new key column, so that existing references will continue to work. New rows will be given new keys using the new key formula.