Chapter 11 Flashcards
Database?
Collection of data organized in a manner that allows access, retrieval, and use of that data
Data? what is it and examples
Collection of unprocessed items Text Numbers Images Audio Video
Database software, often called a database management system (DBMS), allows users to?
Create a computerized database
Add, modify, and delete data
Sort and retrieve data
Create forms and reports from the data
A character is one byte. examples…
Numbers, letters, blank space, punctuation marks, or other symbols
A field is a?
combination of one or more related characters
Field name
Field size
Data type
A record is a?
group of related fields
A primary key is a?
field that uniquely identifies each record
A data file is a?
collection of related records
File maintenance refers to?
- the procedures that keep data current
Adding records
Modifying records
Deleting records
Validation compares?
- data with a set of rules or values to determine if the data meets certain criteria Alphabetic/Numeric check Range check Consistency check Completeness check Check digit Other checks
File processing system?
Each department has its own set of files
Redundant data
Isolated data
Database approach?
Programs and users share data Reduced data redundancy Improved data integrity Shared data Easier access Reduced development time
Disadvantages of a database approach? 3 things
- Can be more complex than a file processing system
- Require more memory and processing power
- Data can be more vulnerable
Web databases offer information about?
Jobs Travel Destinations Television programming Photos Movies Videos Local and national weather Sporting events Legislative information
A data model defines how?
- users view the organization of the data
ex.
Relational database
Object-oriented database (OODB)
Multidimensional and other database types
A data dictionary contains?
data about each file in the database and each field in those files
A DBMS (data base management system) provides?
- several tools that allow users and programs to retrieve and maintain data in the database
ex.
Query language
Query by example
Form
Report writer
A query is a?
request for specific data from the database
A query language consists of?
simple, English-like statements that allow users to specify the data to display, print, store, update, or delete
Structured Query Language (SQL) is a
popular query language that allows users to manage, update, and retrieve data