How to change a NULL column to NOT NULL and vice versa in SQL [Quick Tip] December 26, 2011 By Abhishek Prakash 2 Comments Problem: An already existing table (sat table_name) has a column (say column_name) with data type (data_type) defined as NOT NULL. You want to change this column to a Null field. [Read more…]