Data Model

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

1/23

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.

24 Terms

1
New cards

Data model

Relatively simple representation, usually graphical, of complex real-world data structures

2
New cards

Entity

is anything about which data are to be collected and stored

3
New cards

Attribute

is a characteristic of an entity

4
New cards

Relationship

describes an association among (two or more) entities

5
New cards

Business Rules

Brief, precise, and unambiguous description of a policy, procedure, or principle within a specific organization’s environment

6
New cards

Hierarchical, Network, Relational, Entity relationship, and Object oriented

The Evolution of Data Models

7
New cards

GUAM (Generalized Update Access Method)

Based on the recognition that the many smaller parts would come together as components of still larger components

8
New cards

Information Management System (IMS)

World’s leading mainframe hierarchical database system in the 1970s and early 1980s

9
New cards

Hierarchical Model

Each parent can have many children, Each child has only one parent and Tree is defined by path that traces parent segments to child segments, beginning from the left

10
New cards

Network Model

Represent complex data relationships more effectively

11
New cards

Schema

Conceptual organization of entire database as viewed by the database administrator

12
New cards

Subschema

Defines database portion “seen” by the application programs that actually produce the desired information from data contained within the database

13
New cards

Data Management Language (DML)

Define data characteristics and data structure in order to manipulate the data

14
New cards

Schema Data Definition Language (DDL)

Enables database administrator to define schema components

15
New cards

Subschema DDL

Allows application programs to define database components that will be used

16
New cards

Relational Model

Developed by Codd (IBM) in 1970 and is considered ingenious but impractical in 1970 and conceptually simple

17
New cards

RDBMS

Relational Database Management System

18
New cards

Table (relations)

Matrix consisting of a series of row/column intersections and related to each other by sharing a common entity characteristic

19
New cards

Relational schema

Visual representation of relational database’s entities, attributes within those entities, and relationships between those entities

20
New cards

Relational Table

Stores a collection of related entities. Resembles a file

21
New cards

Entity Relationship Model

Widely accepted and adapted graphical tool for data modeling. Introduced by Chen in 1976

22
New cards
23
New cards
24
New cards