Feb 22, 2018 07:02 PM
Hi,
What are the database normalization best practices for Airtable?
Are they the same as other relational database systems, or are they even necessary in Airtable?
Thanks,
Jeff
Feb 23, 2018 07:49 AM
From what I can tell they are the same. For example 1 to 1 is almost universally put into the same table instead of separated. And even the many to many uses a join table.
Feb 24, 2018 07:15 PM
Ok, Thank you Richard!