Question: In class we stored information about circles in a sqlito3 database. Another simple data storage format is a CSV file, in which the fields of
In class we stored information about circles in a sqlito3 database. Another simple data storage format is a CSV file, in which the fields of each record on a line are separated by commas. Your friend says that anything you can store in a database he can store in a CSV file, and he can manipulate the file contents easier than if the data is stored in a database. (a) Explain whether or not you can store the same forms of data in each type of data file. (b) Describe a task that would be easier if the data is in a CSV file rather than a database. (c) Describe a task that is easy when using a database but hard with data in a CSV file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
