Structured SemiStructured Unstructured Data
Structured SemiStructured Unstructured Data
Unstructured Data
Definitions
1. Structured Data:
Highly organized data stored in a fixed format, typically in tables with rows and columns.
Easy to search, store, and analyze.
Stored in: Relational databases (like MySQL, PostgreSQL, Oracle DB).
2. Semi-Structured Data:
Has some organization (like tags or markers) but doesn't fit into strict tables. It’s flexible
and can evolve without strict schema rules.
Stored in: XML files, JSON documents, NoSQL databases (like MongoDB).
3. Unstructured Data:
Data without any predefined format or organization. Difficult to search, process, and
analyze directly.
Stored in: Filesystems, object storage, cloud repositories.