Can database messages contain arrays of arrays?
The database does not allow arrays of arrays. Therefore, the application view of database messages should not contain arrays of arrays. For example, the application view of a database message can contain an array of Customers which each contained one Address. However, it can not contain an array of Customers which each contained an array of Addresses.
The database does not allow arrays of arrays. Thus, the application view of database messages should not contain arrays of arrays. For example, the application view of an database message can contain an array of Customers, where each message contains one Address. However, it cannot contain an array of Customers, where each contains an array of Addresses.