Skip to main content

Normalization best practices?

  • February 23, 2018
  • 2 replies
  • 63 views

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

This topic has been closed for replies.

2 replies

  • Participating Frequently
  • February 23, 2018

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.


  • Author
  • New Participant
  • February 25, 2018

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.


Ok, Thank you Richard!