Insert column attributes in the dictionary
Dictionary table = Person;column = Name;type = char;size = 100;
Notes:
We add three new keys and values to the dictionary. The column key represents the column name, Name, the type key represents the data type, char, and the size key represents the storage capacity, 100.