Big Data Modelling & Management

By |2018-07-27T08:46:28-04:00July 26th, 2018|Categories: Note笔记|Tags: , |

Data Model Basic Data Operations: selection, projection, union and join Sturctre Person{ firstName: string, lastName: string, DOB: date } Relational Data Model Represented as Table; relational tuple as row in the table Atomic: represent one unit of information and cannot be degraded further Header tells the constaints: ID: Int Primary Key | Fname: string Not null [...]