Codd's Rules No 02: Data is Logically Accessible
- A relational database does not reference data by physical location; there is not such thing as the 'fifth row in the customers table'
- Each piece of data must be logically accessible by referencing:
- a tables;
- a primary or unique key value; and
- a column
0 comments:
Post a Comment