I have a table with two column as not null,
I want to use the same table to insert null value into not null column.
I was thinking to do this check constraint, without any default value, but I am unable to achieve this.
Could you please help me to acheieve this.
Thank you