Exam FC0-U61 All QuestionsBrowse all questions from this exam
Question 3

Which of the following database concepts would MOST likely use a CSV file?

    Correct Answer: C

    A CSV (Comma Separated Values) file is a common format for importing data into a database system. CSV files are simple to create and read, making them ideal for transferring data from one system to another. While they can also be used for exporting data for reporting purposes, the primary and most likely use in the context of database concepts is data importing.

Discussion
paulmloweOption: C

I agree for answer C. Who reads a csv report?

Vargio3Option: C

c it is.

[Removed]Option: C

Without dismissing the notion that a csv file could be exported from a database to then import and manipulate in another software, creating a report of some kind: the first action that should come to mind when associating csv with a database is importing. That's why, in this context, C is the much better answer.

Colonel23Option: C

I worked with a .csv file and what I was doing was taking that data and importing it to the software. So for me the answer is C.

JustATechGuyOption: C

The CompTIA Review Chapter in the IT Fundamentals Course gave this answer.

JustATechGuyOption: C

I think it's Importing, and so does the IT Fundamentals Course in Unit B Review. I don't know why it would be B

ColHOption: C

it is C

kash2223Option: C

Data importing

Davis.jadeOption: B

It's B

yanis88Option: C

IMHO should be both B and C, I went for C though.

2moonOption: C

The concept that would MOST likely use a CSV file is Data importing. CSV (Comma Separated Values) files are a common format for exchanging data between systems, especially when importing data into a database. CSV files are simple and easy to create and read, and many applications support importing data from CSV files. Therefore, using CSV files for data importing is a common practice in database management. Data querying, data reports, and data persistence are database concepts that typically use a database management system (DBMS) to store and manage data in a structured and efficient manner. While CSV files can be used to export data from a database for data reporting purposes, they are not typically used for data querying or data persistence in a database management system.

fdesouzaOption: C

Definitely C - Data importing

AmycertOption: C

Maybe importing, as the only csv example in the book is used for importing: Importing data from an existing source can save a lot of time compared to manually entering it. Many DBMSs let you import data from a command line using the LOAD DATA INFILE command. Here’s an example: LOAD DATA INFILE 'sample.csv' INTO TABLE Students FIELDS TERMINATED BY ',';

Micka87Option: B

Data report

puppydog16Option: C

data importing

brianpOption: C

C. Data importing

RyanC6361Option: C

Definitely C