12 Rules
12 Rules
Null values (distinct from empty strings or zero) must be fully supported in
the system for representing missing or inapplicable information.
All views (virtual tables) must be updatable if the underlying base tables
are updatable.
The system must support set-based insert, update, and delete operations,
meaning it should operate on multiple rows at a time rather than one row
at a time.
Rule 8: Physical Data Independence
4o