Define Big Data
Large amounts of specific search criteria collected over time that cannot be processed with traditional database tools
What database component is used to define your information by data type
Field
What operation arranges database records in alphabetical order?
Sorting
If you were an analyst employed at a bank, which application would you utilize to inquire about the transactions of a single client in New Jersey within the bank's database
MySQL
Database
Which database component can help enter data easily?
Form
what happens when delete a record
It is permanently deleted and cannot be retrieved
The relationship is created by joining the primary key and foreign key in two different tables
What is a relationship between two tables?
Advantage of using a database instead of a spreadsheet
Multiple people can use the database at the same time
What references a unique column in another table
Foreign Key
When you correct an error in a database, what operation are you preforming?
Updating a record
True or False:
Can data types include images in relational databases
True
Which language is used to develop and manage databases
SQL
What Access object summarizes information that can be easily read
Report
What three data types do you need to use to record your friends name, birthday, and age
Text, Date/Time, Number
What command helps you build a report in a database
Report Wizard
Which attributes pf your database define it as a "relational database"
Multiple tables with common fields that are joined to form relationships
When entering a info into a table, you enter, name, Street Address, City, State, Zip Code and Phone #
If you enter this info for one student, how many records have you created
One
Which field is sorted in numerical order?
ID
When you save a query, what are you saving?
The SQL code for the chosen fields, their source tables, and the conditions.