Data forms a system’s foundation.
This is the multi-page printable view of this section. Click here to print.
Data
- 1: Graph databases
- 2: NoSQL
- 3: SQL
1 - Graph databases
Requirements
- Define the graph model.
- Perform CRUD operations.
- Optimise performance with indexes.
Examples
- Graph model:
- CRUD operations:
- Optimisation:
See also
2 - NoSQL
Requirements
- Define document structures.
- Perform CRUD operations.
- Optimise performance with indexes.
Examples
See also
3 - SQL
Requirements
- Define relational tables.
- Perform CRUD operations.
- Optimise performance with indexes.