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
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
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.