SECAI Core · phase 3 of 15 · noun
Structured data
Data that is organized and stored in tables, in rows and columns.
The Explain card
- Plain English
- Structured data is organised into tables with rows and columns, where every field has a defined type and place, like a spreadsheet or a relational database.
- Example
- A model predicting account takeover trains on a table of login events: timestamp, user ID, IP address, device fingerprint and outcome, one row per login.
- Why it matters
- Structured data is easy to validate, query and audit, which makes poisoning or tampering easier to spot. Its schema also tells you exactly which sensitive fields the model touches.
- Hook
- If it fits neatly in a spreadsheet, it is structured.
Word knowledge
How the word is built, where it came from, and what it sits beside in memory.
In a sentence
The SIEM reads structured data from the identity store so the fraud model can filter last night's logins by source IP.
Why these words
- structured Latin structus, piled up, from struere, to build the past-participle modifier: the given material has already been built into a shape
- data Latin data, things given, plural of datum supplies the head noun, the given things the adjective is classifying
Where it came from
- Origin
- English collocation from Latin structus (piled up, from struere, to build) and Latin data (things given, plural of datum)
- Entered the language
- 1960s
- What changed
- Structure had meant a building, then any arrangement. Data had meant gifts of fact, then the material computers store. Database papers in the 1960s joined the two for records that already had a schema, and the pair later sat opposite unstructured as one pole of a training-set contrast.
How it is spelled
- Pattern
- -ure nouns sit beside -ured adjectives
- Pattern
- Latin struere keeps struc- before t
- Pattern
- data stays the Latin plural of datum, even when English treats it as a mass noun
- Breaks the pattern
- the noun phrase stays two words; a hyphen appears only when the phrase modifies another noun
- Breaks the pattern
- data looks plural but computing English often treats it as a mass noun
Spelled like
- fractured
- cultured
- construct
- instruct
Broken into chunks
-
struct
- construct
- instruct
- obstruct
-
ure
- culture
- fracture
- nature
-
ed
- fractured
- cultured
- featured
-
data
- datum
- metadata
- database
What it sits beside
Same subject
Same shape
- unstructured data
- semi-structured data
- structured programming
- structured query language
Data types by shape
Data compounds
Structured compounds
- structured programming
- structured query language
Where it sits in the deck
Phase 3: Data Fundamentals: Types, Pipelines, and Preparation
Models are only as good as their data — understand the raw material and the engineering that shapes it before covering how it flows or breaks.