In the context of relational data, which of the following statements best describes the process of data normalization?
Choose the correct answer from the options below.
Please select at least one answer!
Correct!
I'm sorry, your answer is not correct.
Explanations for each answer:
The data has been marked as read-only. is incorrect. Data normalization is not about marking data as read-only.
Data is split into a large number of narrow, well-defined tables. is correct
Data is stored in a format that more closely matches the original structure. is incorrect. Data normalization involves organizing data to reduce redundancy, not necessarily matching the original structure.
Data has been ingested and transformed ready for querying. is incorrect. Data normalization is about organizing data within a database, not about data ingestion and transformation.