Help with creating database table

How do I create a Name column which contains 2/3 subfields.

You don’t.

Table columns do not have subfields [sic sub columns].

You could either have other columns in the same table, or another table that is “relational” but table columns don’t nest.

3 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.