In this script, salesorderheader.ShipDate is marked as a NOT NULL column, while in the original AdventureWorks database it's a NULL column. It's true that there are no entries in the original where the value is null, but for the sake of being a faithful port this should probably remain consistent with the original.
In this script,
salesorderheader.ShipDateis marked as a NOT NULL column, while in the original AdventureWorks database it's a NULL column. It's true that there are no entries in the original where the value is null, but for the sake of being a faithful port this should probably remain consistent with the original.