Which of the following data types is characterized by a flexible schema and is commonly represented using JSON or XML?
Trap 1: Unstructured data
Unstructured data lacks a predefined schema entirely.
Trap 2: Structured data
Structured data uses a fixed schema, not flexible.
Trap 3: Relational data
Relational data is a subset of structured data.
- A
Unstructured data
Why wrong: Unstructured data lacks a predefined schema entirely.
- B
Structured data
Why wrong: Structured data uses a fixed schema, not flexible.
- C
Semi-structured data
JSON and XML are typical semi-structured formats.
- D
Relational data
Why wrong: Relational data is a subset of structured data.