What is the 'schema-on-read' approach in data architecture?
-
A
Defining the data schema strictly before data is ingested into the system
-
B
Applying the schema when data is read or queried rather than when it is stored
-
C
Automatically generating database schemas from application domain models
-
D
Validating data against a schema during the ETL transformation stage