The following requests add the NULL qualifier to columns training_skill and column_2 :
ALTER TABLE personnel ADD training_skill NULL; ALTER TABLE abc ADD column_2 NULL;
The following requests add the NULL qualifier to columns training_skill and column_2 :
ALTER TABLE personnel ADD training_skill NULL; ALTER TABLE abc ADD column_2 NULL;