How can I create multiple columns in a table from a list?
table name: teachers
column names list:
first_name
last_name
email
phone
age
birthday
school
district
subject
...
...
...
how can I create those columns with VARCHAR (20)
all null
in my table?