|
|
|
|
|
by MrMcCall
440 days ago
|
|
6. ensure there are no nulls in firstname and lastname
7. alter the columns to be NOT NULL
Because no non-statistician uses nullable columns, right?Of course, some dbs (SQLServer?) infer NULL from the empty string, or am I misremembering? Always having the columns be NOT NULL is a fundamental cheat, after always having a PK, or is that too old school for 2025? |
|