DA0-001 · Question #498
Which of the following is a flat file data format?
The correct answer is B. CSV. CSV (Comma-Separated Values) is a flat file format that stores tabular data as plain text with values separated by delimiters, with no embedded hierarchy or relationships between records. XML (A), JSON (C), and HTML (D) are all hierarchical or structured markup formats that use…
Question
Which of the following is a flat file data format?
Options
- AXML
- BCSV
- CJSON
- DHTML
How the community answered
(57 responses)- B95% (54)
- C4% (2)
- D2% (1)
Explanation
CSV (Comma-Separated Values) is a flat file format that stores tabular data as plain text with values separated by delimiters, with no embedded hierarchy or relationships between records. XML (A), JSON (C), and HTML (D) are all hierarchical or structured markup formats that use nesting and tags to represent data relationships, disqualifying them as flat file formats. Flat files store data in a simple, two-dimensional structure without any inherent relational or hierarchical organization.
Topics
Community Discussion
No community discussion yet for this question.