Data tables allow you to store data in the form of a row consisting of a pair of single or multiple keys where the combination of which is unique for the entire row and specific information corresponding to the type column in which they are located.
Examples:
Multidimensional Price Table with columns: Product(Key), Year(Number), Segment(Text), Price(Number)
SysUserInGroup table, system table columns: User(Key), GroupName(Key),
Read more about creating new tables in this article.
0 Comments