I've been doing some studying on Primary Keys, table structure, relational databases and I have a few questions.
1. Is it okay to let the endUsers enter the primary key?
Or is it better to setup the auto generator?
2. Is it better to have a primary key in every table like I have my 22 tables now? Or not?
3. All of the examples I read about the Master and Child primary key are different names or connected differently. My question is, all of my primary keys are the same type and name for all 22 tables is that okay?
I can't afford to lose any more data...
1. Is it okay to let the endUsers enter the primary key?
Or is it better to setup the auto generator?
2. Is it better to have a primary key in every table like I have my 22 tables now? Or not?
3. All of the examples I read about the Master and Child primary key are different names or connected differently. My question is, all of my primary keys are the same type and name for all 22 tables is that okay?
I can't afford to lose any more data...