If the column has the NOT NULL constraint then it won’t be possible; but otherwise this is fine:
INSERT INTO MyTable(MyIntColumn) VALUES(NULL);
If the column has the NOT NULL constraint then it won’t be possible; but otherwise this is fine:
INSERT INTO MyTable(MyIntColumn) VALUES(NULL);