Can I use an array to create multiple tables?
Well, yes, you can build your tables from an array but unless your tables are very similar, and they probably aren’t, I don’t know that doing that will be any less work than just writing out the definitions. That is, even if you used an array, you’d need to define each table from scratch and … Read more