Hi friends,
Is there any inconvenience to not using unique fields names across all tables?
Is ther any advantages to using unique fields names across all tables?
I mean, which is the best practice A), B) or does not matter:
A)
- users table: “user_name” “user_phone”… as name fields
- companies table: “company_name” “company_phone” as name fields
B) - users table: “name” “phone”… as name fields
- companies table: “name” “phone” as name fields
Thanks for your help
