Chapter 15 - Exam 3 Flashcards
A well thought out collection of computer files is known as a ___
Database
What is another name for fields in a database? (answer is not “columns”)
Attributes
DBMS stands for what? What is it used for?
Database Management System
-creates databases
Relational Database
Within a database:
-tables linked together by Primary and Foreign Keys
World’s first databases?
Filing Cabinets
-organized on “set of rules” just like databases today
Form - database term
Combines both database tables and queries for more specific view on data
Report - database term
Is the database information displayed on your screen
Another name for Tables (of databases) is what?
Files
What is a map of database tables that shows their relationship to one another detailing one-to-one, one-to-many, and many-to-many relationships?
ER
-Entity Relationship Diagram
The process of constructing an ER by incorporating conceptual and theoretical representations of the data is know as what?
ERM
-Entity Relationship Modeling
What is a map of database tables that shows their relationship to one another detailing primary and foreign keys in each of the tables?
Map Schema
Data Validation
When rules are set requiring data be entered in specific format
What do all DBMS need to work?
Data Validation
Who is responsible for the security of the Database?
Human Resources (HR) -set limit to what people can/cannot see
Data Redundancy
is when attributes (fields) appear in more than one table in the database