Chapter 7 - Organizing Big Data Flashcards
List the 2 formats that can be imported into Excel
- Text data
2. Database tables
List 4 examples of databases that can be imported into Excel
- Oracle
- Cybase
- MySQL
- Access
What is an example of the text data format that can be imported into Excel?
Cobol
List the 3 types of text file formats
- Free format
- Delimited
- Fixed width
In which text file format does the reader have to determine the text that will be included in the field?
The free format
Which text file format separates the fields by a certain character?
The delimited format
In which text file format is the field width determined?
The fixed width format
What is a collection of records called?
A file
What is one complete set of fields called?
A record
What is a single piece of information called?
A field
When importing data from a database what is imported into the table?
The file
When importing data from a database what information is imported into the rows?
The records
When importing data from a database what information is imported into the columns?
The fields