Module 9: Data Design

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/81

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

82 Terms

1
New cards

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.

2
New cards

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.

3
New cards

Abbreviated Codes

Alphabetic abbreviation. For example, standard state codes include NY for New York, ME for Maine, and MN for Minnesota.

4
New cards

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.

5
New cards

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).

6
New cards

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.

7
New cards

ASCII

Stands for American Standard Code for Information Interchange, a data storage coding method used on most personal computers and workstations.

8
New cards

Associative Entity

An entity that has its own set of attributes and characteristics. _______ are used to link between many-to-many (M:N) relationships.

9
New cards

Attribute

A single characteristic or fact about an entity.

10
New cards

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.

11
New cards

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.

12
New cards

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.

13
New cards

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.

14
New cards

Bits

The smallest unit of data is one binary digit.

15
New cards

Block Sequence Codes

Cipher that uses blocks of numbers for different classifications.

16
New cards

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.

17
New cards

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 _________.

18
New cards

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.

19
New cards

Cardinality Notation

Code that shows relationships between entities.

20
New cards

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.

21
New cards

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.

22
New cards

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.

23
New cards

Clicks to Close

The average number of page views to accomplish a purchase or obtain desired information.

24
New cards

Clickstream Storage

Recording web visitor behavior and traffic trends for later data mining use.

25
New cards

Code

A set of letters or numbers that represents a data item. _____ can be used to simplify output, input, and data formats.

26
New cards

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.

27
New cards

Common Field

An attribute that appears in more than one entity. ______ can be used to link entities in various types of relationships.

28
New cards

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 ____________.

29
New cards

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.

30
New cards

Data Element

The _________ standard name, which should be meaningful to users.

31
New cards

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 _________.

32
New cards

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.

33
New cards

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.

34
New cards

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.

35
New cards

Data Warehouse

An integrated collection of data that can support management analysis and decision making.

36
New cards

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.

37
New cards

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.

38
New cards

Derivation Codes

Combining data from different item attributes, or characteristics, to build the code. Most magazine subscription codes are _________.

39
New cards

EBCDIC

Stands for Extended Binary Coded Decimal Interchange Code, a coding method used on mainframe computers and some high-capacity servers.

40
New cards

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.

41
New cards

Entity-Relationship Diagram (ERD)

A graphical model of the information system that depicts the relationships among system entities.

42
New cards

File-Oriented / File Processing System

Stores and manages data in one or more separate files.

43
New cards

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).

44
New cards

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.

45
New cards

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.

46
New cards

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.

47
New cards

Java Database Connectivity (JDBC)

A standard that enables Java applications to exchange data with any database that uses SQL statements and is ODBC-compliant.

48
New cards

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.

49
New cards

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.

50
New cards

Logical Storage

Refers to information as seen through a user’s eyes, regardless of how or where that information is organized or stored.

51
New cards

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.

52
New cards

Market Basket Analysis

A type of analysis that can detect patterns and trends in large amounts of data.

53
New cards

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.

54
New cards

Nonkey Field

Any field that is not a primary key or a candidate key.

55
New cards

Normalization

A process by which analysts identify and correct inherent problems and complexities in their record designs.

56
New cards

Open Database Connectivity (ODBC)

An industry-standard protocol that makes it possible for software from different vendors to interact and exchange data.

57
New cards

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.

58
New cards

Permissions / User rights

User-specific privileges that determine the type of access a user has to a database, file, or directory.

59
New cards

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.

60
New cards

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.

61
New cards

Query by Example

A language allows the user to provide an example of the data requested.

62
New cards

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.

63
New cards

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.

64
New cards

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.

65
New cards

Referential Integrity

A type of validity check. ______ is a set of rules that avoids data inconsistency and quality problems.

66
New cards

Relational Database

A database in which tables are related by common fields, creating a unified data structure that provides improved data quality and access.

67
New cards

Relational Model

A model used in relational databases. The ________ was introduced during the 1970s and became popular because it was flexible and powerful.

68
New cards

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.

69
New cards

Schema

The complete definition of a database, including descriptions of all fields, records, and relationships.

70
New cards

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 _____.

71
New cards

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 _______.

72
New cards

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.

73
New cards

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.

74
New cards

Standard Notation Format

A representation that makes designing tables easier as it clearly shows a table’s structure, fields, and primary key.

75
New cards

Structured Query Language (SQL)

A query language that allows PC users to communicate with servers and mainframe computers.

76
New cards

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.

77
New cards

Table / File

Each _____ contains data about people, places, things, or events that interact with the information system.

78
New cards

Table Design

Specifies the fields and identifies the primary key in a particular table or file.

79
New cards

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.

80
New cards

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.

81
New cards

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.

82
New cards

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).