Database Column Type - Array
Okay, So More Like "List"
Relational databases are a great way to store, well, related data, in a base. Often times, we have to store items using a "has many" type of relationship. This post will talk about about what it means to "have many" and how it relates a bit to how arrays work in a standard programming environment.