Codd's Rules No 07: Supports Set-Based or Relational Operations
- Rows are treated as sets for data manipulation operations (SELECT, INSERT, UPDATE, DELETE)
- A relational database must support:
- basic relational algebra operations, such as selection, projection and join
- set operations, such as union, intersection, division and difference
0 comments:
Post a Comment