Hi,
I understand the idea of normalizing a database - and I see that I can create a column type for a drop down list.
Why use a drop down list instead of a linked table? Is there a configuration/structural reason to do so, or is it just easier?
Hi,
I understand the idea of normalizing a database - and I see that I can create a column type for a drop down list.
Why use a drop down list instead of a linked table? Is there a configuration/structural reason to do so, or is it just easier?
Best answer by ScottWorld
I guess my question is why use a drop down list if it’s more proper to normalize the tables?
That’s because not everything is important enough to become its own table.
You only want to create extra tables if the records in those tables are important enough to become separate entities in your system. For example, if those entities ALSO have further information about THEM that you need to manage or keep track of.
In order for something to be elevated from a lowly field to an entire table, it has to be a very important part of your system that you would want to track separately so it can have a life of its own. :winking_face:
In some cases, an extra table enables you to perform functions in Airtable which aren’t otherwise possible to accomplish, due to Airtable limitations — so you’re actually required to create an extra table. For example, Airtable’s summary functions are completely inaccessible to us unless we are linked to another table.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.