Replace column attributes with dictionary keys
Template create table $table$ ( $column$ $type$($size$), ID number);alter table $table$ add primary key (ID);
Notes:
Back in the template, we replace the values we just put in the dictionary with the corresponding keys.