1/81
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
One-to-One Relationship / 1:1
A type of entity relationship. Exists when exactly one of the second entity occurs for each instance of the first entity.
One-to-Many Relationship / 1:M
A type of entity relationship. Exists when one occurrence of the first entity can be related to many occurrences of the second entity, but each occurrence of the second entity can be associated with only one occurrence of the first entity.
Abbreviated Codes
Alphabetic abbreviation. For example, standard state codes include NY for New York, ME for Maine, and MN for Minnesota.
Absolute Date
The total number of days from some specific base date. To calculate the number of days between two _______, subtract one date from the other. For example, using a base date of January 1, 1900, September 27, 2012, has an absolute date value of 41179 and July 13, 2011, has an __________ of 40737. If the earlier date value is subtracted from the later one, the result is 442 days.
Action Codes
Indicates what action is to be taken with an associated item. For example, a student records program might prompt a user to enter or click an ______ such as D (to display the student’s record), A (to add a record), and X (to exit the program).
Alphabetic Codes
Uses alphabet letters to distinguish one item from another based on a category, an abbreviation, or an easy-to-remember value, called a mnemonic code.
ASCII
Stands for American Standard Code for Information Interchange, a data storage coding method used on most personal computers and workstations.
Associative Entity
An entity that has its own set of attributes and characteristics. _______ are used to link between many-to-many (M:N) relationships.
Attribute
A single characteristic or fact about an entity.
Audit Fields
Special fields within data records to provide additional control or security information. Typical _______ include the date the record was created or modified, the name of the user who performed the action, and the number of times the record has been accessed.
Audit Log Files
Record details of all accesses and changes to a file or database and can be used to recover changes made since the last backup.
Backup
The process of saving a series of file or data copies to be retained for a specified period of time. Data can be backed up continuously, or at prescribed intervals.
Binary Storage Format
A format that offers efficient storage of numeric data. For example, when numeric data types are specified using Microsoft Access, there are a variety of storage formats choices, including integer and long integer, among others.
Bits
The smallest unit of data is one binary digit.
Block Sequence Codes
Cipher that uses blocks of numbers for different classifications.
Byte
A group of eight bits is called a ____, or a character. A set of _____ forms a field, which is an individual fact about a person, a place, a thing, or an event.
Candidate Key
Sometimes it is possible to have a choice of fields or field combinations to use as the primary key. Any field that could serve as a primary key is called a _________.
Cardinality
Describes numeric relationship between two entities. Shows how instances of one entity relate to instances of another entity. Crow’s foot notation indicates various possibilities using circles, bars, and symbols.
Cardinality Notation
Code that shows relationships between entities.
Category Codes
Ciphers that identify a group of related items. For example, a local department store may use a two-character _______ to identify the department in which a product is sold.
Cipher Codes
Use of a keyword to encode a number. A retail store, for example, may use a 10-letter word, such as CAMPGROUND, to code wholesale prices, where the letter C represents 1, A represents 2, and so on. Thus, the code, GRAND, would indicate that the store paid $562.90 for the item.
Characters
A group of eight bits is called a _________, or a byte. A set of bytes forms a field, which is an individual fact about a person, a place, a thing, or an event.
Clicks to Close
The average number of page views to accomplish a purchase or obtain desired information.
Clickstream Storage
Recording web visitor behavior and traffic trends for later data mining use.
Code
A set of letters or numbers that represents a data item. _____ can be used to simplify output, input, and data formats.
Combination Key
Sometimes it is necessary for a primary key to consist of a combination of fields. A type of data validation check that is performed on two or more fields to ensure that they are consistent or reasonable when considered together. Even though all the fields involved in a combination check might pass their individual validation checks, the combination of the field values might be inconsistent or unreasonable.
Common Field
An attribute that appears in more than one entity. ______ can be used to link entities in various types of relationships.
Composite / Combination / Concatenated / Multivalued Key
Sometimes it is necessary for a primary key to consist of a combination of fields. In that case, the primary key is called a ____________.
Crow’s Foot Notation
A type of cardinality notation. It is called _________ because of the shapes, which include circles, bars, and symbols, that indicate various possibilities. A single bar indicates one, a double bar indicates one and only one, a circle indicates zero, and a _____ indicates many.
Data Element
The _________ standard name, which should be meaningful to users.
Data Manipulation Language (DML)
A ______ controls database operations, including storing, retrieving, updating, and deleting data. Most commercial DBMSs, such as Oracle and IBM’s DB2, use a _________.
Data Mart
A specialized database designed to serve the needs of a specific department, such as sales, marketing, or finance. Each ______ includes only the data that users in that department require to perform their jobs.
Data Mining
Looking for meaningful patterns and relationships among data. For example, _________ software could help a consumer products firm identify potential customers based on their prior purchases.
Data Structure
A framework for organizing, storing, and managing data. _____ consist of files or tables that interact in various ways. Each file or table contains data about people, places, things, or events. For example, one file or table might contain data about customers, and other files or tables might store data about products, orders, suppliers, or employees.
Data Warehouse
An integrated collection of data that can support management analysis and decision making.
Database Administrator (DBA)
Someone who manages a DBMS. The _______ assesses overall requirements and maintains the database for the benefit of the entire organization rather than a single department or user.
Database Management System (DBMS)
A collection of tools, features, and interfaces that enables users to add, update, manage, access, and analyze data in a database.
Derivation Codes
Combining data from different item attributes, or characteristics, to build the code. Most magazine subscription codes are _________.
EBCDIC
Stands for Extended Binary Coded Decimal Interchange Code, a coding method used on mainframe computers and some high-capacity servers.
Economy of Scale
The inherent efficiency of high-volume processing on larger computers. Database design allows better utilization of hardware. If a company maintains an enterprise-wide database, processing is less expensive using a powerful mainframe server instead of using several smaller computers.
Entity-Relationship Diagram (ERD)
A graphical model of the information system that depicts the relationships among system entities.
File-Oriented / File Processing System
Stores and manages data in one or more separate files.
First Normal Form (1NF)
A record is said to be in ____ if it does not contain a repeating group (a set of data items that can occur any number of times in a single record).
Foreign Key
A field in one table that must match a primary key value in another table in order to establish the relationship between the two tables.
Functionally Dependent
___________ is an important concept for understanding the 2NF. The field X is said to be ___________ on the field Y if the value of X depends on the value of Y. For example, an order date is dependent on an order number; for a particular order number, there is only one value for the order date. In contrast, the product description is not dependent on the order number. For a particular order number, there might be several product descriptions, one for each item ordered.
International Organization for Standardization (ISO)
A network of national standards institutes from over a hundred countries working in partnership with international organizations, governments, industries, and business and consumer representatives. The _____ acts as a bridge between public and private sectors.
Java Database Connectivity (JDBC)
A standard that enables Java applications to exchange data with any database that uses SQL statements and is ODBC-compliant.
Key Fields
Used during the systems design phase to organize, access, and maintain data structures. The four types of _______ are primary keys, candidate keys, foreign keys, and secondary keys.
Logical Record
Contains field values that describe a single person, place, thing, or event. Application programs see a _________ as a set of fields, regardless of how or where the data is stored physically.
Logical Storage
Refers to information as seen through a user’s eyes, regardless of how or where that information is organized or stored.
Many-to-Many Relationship / M:N
A type of entity relationship. Exists when one instance of the first entity can be related to many instances of the second entity, and one instance of the second entity can be related to many instances of the first entity.
Market Basket Analysis
A type of analysis that can detect patterns and trends in large amounts of data.
Mnemonic Codes
Ciphers using a specific combination of letters that are easy to remember. Many three-character airport codes are mnemonic codes. For example, LAX represents Los Angeles.
Nonkey Field
Any field that is not a primary key or a candidate key.
Normalization
A process by which analysts identify and correct inherent problems and complexities in their record designs.
Open Database Connectivity (ODBC)
An industry-standard protocol that makes it possible for software from different vendors to interact and exchange data.
Orphan
An unassociated or unrelated record or field. A(n) ____ could be created if a customer order was entered in an order table where that customer did not already exist in the customer table. Referential integrity would prevent the creation of this orphan.
Permissions / User rights
User-specific privileges that determine the type of access a user has to a database, file, or directory.
Physical Storage
Information storage mechanism that is strictly hardware related, because it involves the process of reading and writing binary data to physical media, such as a hard drive, flash drive, or DVD.
Primary Key
A field or combination of fields that uniquely and minimally identifies a particular member of an entity. For example, in a customer table the customer number is a unique primary key because no two customers can have the same customer number. That key also is minimal because it contains no information beyond what is needed to identify the customer.
Query by Example
A language allows the user to provide an example of the data requested.
Query by Language
Allows a user to specify a task without specifying how the task will be accomplished. Some query languages use natural language commands that resemble ordinary English sentences.
Record / Tuple
A set of related fields that describes one instance, or member of an entity, such as one customer, one order, or one product. A ____ might have one or dozens of fields, depending on what information is needed.
Recovery Procedures
Process for restoring data and restarting a system after an interruption. __________ can be used to restore a file or database to its current state at the time of the last backup.
Referential Integrity
A type of validity check. ______ is a set of rules that avoids data inconsistency and quality problems.
Relational Database
A database in which tables are related by common fields, creating a unified data structure that provides improved data quality and access.
Relational Model
A model used in relational databases. The ________ was introduced during the 1970s and became popular because it was flexible and powerful.
Repeating Group
A set of one or more fields that can occur any number of times in a single record, with each occurrence having different values.
Schema
The complete definition of a database, including descriptions of all fields, records, and relationships.
Second Normal Form (2NF)
A record design is in _____ if it is in 1NF and if all fields that are not part of the primary key are dependent on the entire primary key. If any field in a 1NF record depends on only one of the fields in a combination primary key, then the record is not in ______. A 1NF record with a primary key that is a single field is automatically in _____.
Secondary Key
A field or combination of fields that can be used to access or retrieve records. ______ values are not unique. For example, to access records for only those customers in a specific postal code, the postal code field could be used as a _______.
Sequence Codes
Numbers or letters assigned in a specific order. Contain no additional information other than an indication of order of entry into a system.
Significant Digit Codes
Cipher that distinguishes items by using a series of subgroups of digits. U.S. Postal Service zip codes, for example, are significant digit codes.
Standard Notation Format
A representation that makes designing tables easier as it clearly shows a table’s structure, fields, and primary key.
Structured Query Language (SQL)
A query language that allows PC users to communicate with servers and mainframe computers.
Subschema
A view of the database used by one or more systems or users. Defines only those portions of the database that a particular system or user needs or is allowed to access.
Table / File
Each _____ contains data about people, places, things, or events that interact with the information system.
Table Design
Specifies the fields and identifies the primary key in a particular table or file.
Third Normal Form (3NF)
A record design is in ____ if it is in 2NF and if no nonkey field is dependent on another nonkey field. A nonkey field is a field that is not a candidate key for the primary key.
Unicode
A relatively recent coding method that represents characters as integers. Unlike EBCDIC and ASCII, which use eight bits for each character, ______ requires 16 bits per character, which allows it to represent more than 65,000 unique characters.
Unnormalized
A record that contains a repeating group, which means that a single record has multiple occurrences of a particular field, with each occurrence having different values.
Y2K Issue
A problem faced by many firms in the year 2000 because their computer systems used only two digits to represent the year; most dates now use a four-digit format for the year (YYYYMMDD).