Big Data Modelling & Management
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 [...]