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
Who first proposed the Relational Database Model and what year was it?
Edgar F. Codd in 1970s
SQL stands for what? Used for what?
Structured Query Language used for Relational Databases
2 things that SQL can be used for are
- to locate items, customers who.., location (querying) (SEARCH)
- to update items (UPDATE)
What is significant about Oracle?
Most used database in the world
___ is a business social networking site
___ are used to find specific populations in a database
Queries
Describe an Entity - Database term
-anything that company wishes to store data on (customer, classroom, shipping info)
What is the thing that links tables together in a database?
Foreign Key
A normalized database is one that does not contain any of the 3 anomalies. What are they and describe each?
UPDATE Anomaly
-problem that occurs when you try to update redundant data
DELETE Anomaly
-problem that occurs when you try to delete info about an entity and end up deleting entire record or entity
INSERT Anomaly
-putting partially complete data into a database