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.
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 ',';
This section is not available anymore. Please use the main Exam Page.FC0-U61 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
paulmlowe
Highly Voted 5 years agoSERT
Most Recent 3 months, 3 weeks agoColonel23
1 year agoJustATechGuy
1 year, 2 months agoJustATechGuy
1 year, 2 months agoColH
1 year, 2 months agokash2223
1 year, 2 months agoDavis.jade
1 year, 5 months agoyanis88
1 year, 11 months ago2moon
2 years, 2 months agofdesouza
2 years, 3 months agoAmycert
2 years, 6 months agoMicka87
2 years, 7 months agopuppydog16
2 years, 8 months agoVargio3
2 years, 9 months agobrianp
3 years, 3 months agoRyanC6361
3 years, 5 months ago