What constraint do we use to automatically fill a field?
That's right! We pass DEFAULT
a value when we declare it, and unless we provide a different value for a new record, it will turn to its default constraint.
Not quite! We pass DEFAULT
a value when we declare it, and unless we provide a different value for a new record, it will turn to its default constraint.