ANSWER:
B: Because the fields will be completed later, you should set up a default constraint on these columns. This could be a default entry of "To be filled in later" or a similar entry. You would need to ensure that none of these fields are the primary key column, as the primary key requires unique values, which the default constraint wouldn't provide.
Answer in Depth...