A data analyst is comparing characteristics of structured and unstructured data. Which TWO of the following are characteristics of structured data? (Choose two.)
Trap 1: Data is typically stored as raw text
Raw text is characteristic of unstructured data, not structured data.
Trap 2: Data lacks a fixed format
Lacking a fixed format is a characteristic of unstructured data.
Trap 3: Data often requires NoSQL databases for storage
NoSQL databases are typically used for unstructured or semi-structured data, not structured data.
- A
Data is typically stored as raw text
Why wrong: Raw text is characteristic of unstructured data, not structured data.
- B
Data lacks a fixed format
Why wrong: Lacking a fixed format is a characteristic of unstructured data.
- C
Data is stored in predefined schemas
Structured data follows a predefined schema, such as tables in a relational database.
- D
Data often requires NoSQL databases for storage
Why wrong: NoSQL databases are typically used for unstructured or semi-structured data, not structured data.
- E
Data can be easily queried using SQL
Structured data is often stored in relational databases, which are queried using SQL.