DA0-001 · Question #277
Which of the following is an example of a flat file?
The correct answer is A. CSV file. A CSV file is a type of flat file that stores data as plain text in a table-like structure with rows and columns. Each row represents a single record, while columns represent fields or attributes of the data. A CSV file uses commas or other delimiters to separate the values in…
Question
Which of the following is an example of a flat file?
Options
- ACSV file
- BPDF file
- CJSON file
- DJPEG file
How the community answered
(50 responses)- A94% (47)
- B2% (1)
- C4% (2)
Explanation
A CSV file is a type of flat file that stores data as plain text in a table-like structure with rows and columns. Each row represents a single record, while columns represent fields or attributes of the data. A CSV file uses commas or other delimiters to separate the values in each row. A CSV file can be easily imported or exported by various applications and programs.
Topics
Community Discussion
No community discussion yet for this question.