Please enable JavaScript.
Coggle requires JavaScript to display documents.
7330:
Week 2
Jan 15 (Unit 2 BLT:
Data Models (2.3 Data:…
7330:
Week 2
Jan 15
-
-
-
-
Unit 2 BLT:
Data Models
-
2.2 Data Models and Data
-
examples of data models
relational model, basis of relational databases management
-
object-based data models:
object oriented, object-relational
semistructured data model:
xml, json
-
-
Levels of Detail
-
Logical
adding of detailed infomation, attributes, constraints
-
-
Source Data
-
Structure of Source Data
-
Semistructured: xml/json: analysis, strict structure not important:not changing real time
-
-
2.5 The R of RDBMS
Relational Model
-
-
Relational Model Table
-
Attribute types
-
Attribute values are (normally) required to be atomic, ie indivisible
-
-
-
-
-
-
-
-
Database
-
a bad database example
Univ (instructor_ID, name, dept_name, salary, student_ID,...)
-
-
-
-
-
-