|
|
|
|
|
by ako
2687 days ago
|
|
The default design pattern for storing potentially invalid data with RDBMS is to (usually bulk) load the data in tables without constraints (loading tables), then do the validation in the database, and move valid records to their final tables. |
|