Howdy, and thanks in advance for any assistance.
I have some content for the web which is in part repeating sections, so I am going to store the individual text components of each repeated section in the fields of a record, so I can control the section's HTML formatting completely. I could be wrong, but to me it seemed like it was begging for a database back-end. So for the most part I am set to go.
However, one portion of each repeated section has within itself a structure that implies a table with records. It is citations within parenthesis, and each citation has two parts: italic name, and non-italic citation source information. Each repeating section (or record) of the page may have within itself from one to umpteen individual, two-part citations. Now, if the citations were only ONE font face, I would not have a problem. But since each citation has an ITALIC part and a regular part, I am faced with an interesting question about database structure.
Is it possible for me to "nest" tables within a relational database? My hunch is no. If I could somehow send, via HTML form, the information for each standard record PLUS the two-part citation material for its own little table ASSOCIATED with that specific record, then I might have the problem licked.
Is this making any sense to anyone? In summary, I want to know if it is possible to make nested tables, or is there another way around this problem?
By the way, are there standard recommendations on how many tables a database should have maximum? I'm just curious, being somewhat new to RD's.
Thanks for any ideas.