"null" in my tables

a number of “null” in my tables. Is that normal?

Yes. If an order is not yet shipped it doesn’t have a shipped_date (of course) nor a shipper_id and the comments field is optional.

The last row with all NULLs is not a row in the database but a placeholder for entering new rows.

1 Like