Chapter 5 Flashcards
(22 cards)
Database
Self describing collection of integrated records
Spreadsheet: lists that involve a single theme
Database: lists that involve multiple themes (e.g. grades, emails, office visits)
Content management (CMS)
Info system that tracks organizational documents, webpages, graphics and related materials
Another word for columns
Fields
Another word for rows
Records
A group of similar rows or records
Table/ file
Key
Column/ groups of columns that identify a unique row in a table
Foreign keys
Columns that fulfill a role
Relational databases
Databases that carry their data in the form of tables and represent relationships using foreign keys
Relation
Formal name for a table
Components of a database application system
User-> database application-> database management system-> database
Database application
Consists of forms, formatted reports, queries and application programs
Database management system (DMS)
Programs used to create, process and administer a database
Structured query language (SQL)
International standard language for processing a database
Data entry forms
Used to read, insert, modify and delete data
Reports
Show data in a structured context
Query
Request for data from a database
Multiuser processing
When multiple users process the database at the same time
Lost- update problem
Issue in multiuser database processing in which 2 or more users try to make changes to the data but the database cannot make all the changes because it was not designed to process changes from multiple users
Enterprise DBMS
One of the 2 broad categories that DBMS products fall into; processes large organizational and workgroup databases, supports many users and different database applications, operates 24/7 operations and manages data that spans dozens of different magnetic disks with hundreds of gigabytes or more of data
Personal DBMS
One of the 2 broad categories DBMS products fall into; designed for smaller, simpler database applications, used for personal/ small workgroup applications that involve fewer than 100 users and normally fewer than 15 (most only have 1.) The only one remaining is Microsoft Access.
Components of a personal database application system
User-> DBMS & application -> DB
(With forms
reports
queries
application code)
Components of a database
Tables/ Files + Relationships among rows in tables + Metadata