Databricks interview question

On SQL uniqueidentifier could you have a null

Interview Answer

Anonymous

14 Apr 2020

The person mentioned it was not possible to have a null value on a uniqueidentifier. I told him Yes. you could have a null if you have set the field to allow nulls "Nullable=True" on the field

1