returns DDL required to support number generation,
Eg. "CREATE SEQUENCE FOO..."
Returns a string rather than just doing it so that
the caller can create a DDL file if they want to.
Update instance with a newly generated key.
For example, when reattaching a record.
### needs to be unified with createWithGeneratedKey!
The hard one is the Insert Identity.