Database Fundamentals

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

1/61

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.

62 Terms

1
New cards

Data

Collected facts about a topic or item

2
New cards

Information

The result of combining, comparing and performing calculations on data

3
New cards

Database

Is a centralized and structured set of data stored on a computer system

Provides facilities for transforming retrieved data into useful information.

4
New cards

Relational database

stores information in tables with rows and columns.

5
New cards

Table

collection of records.

6
New cards

Row

called a record (or instance)

7
New cards

Column

referred to as a field (or attribute)

8
New cards

Database Management System (DBMS)

a software that controls the storage, organization and retrieval of data.

9
New cards

Hardware

physical parts of computer

10
New cards

Software

instructions to tell hardware what to do

11
New cards

OS

software that directly controls the hardware

12
New cards

Application

performs specific task

13
New cards

Client

workstation used by end users

14
New cards

Server

accepts work requiring more power from clients

15
New cards

1960s

Computers become cost effective for private companies, and storage capacity increase.

16
New cards

1970-72

E. F. Codd proposes the relation model for databases, disconnecting the logical organization from the physical storage.

17
New cards

1976

P. Chen proposes the entity relationship model (ERM) for database design.

18
New cards

Early 1980s

The first commercially-available relational database systems start to appear at the beginning of the 1980s with Oracle Version 2.

19
New cards

Mid-1980s

SQL (structured query language) becomes "intergalactic standard”

20
New cards

Early 1990s

An industry shakeout begins with fewer surviving companies. Oracle survives

21
New cards

Mid-1990s

Kaboom! The usable Internet/World Wide Web (WWW) appears. A mad scramble ensues to allow remote access to computer systems with legacy data.

22
New cards

Late 1990s

The large investment in Internet companies helps create a tools-market boom for Web/Internet/DB connectors.

23
New cards

Early 21st century

Solid growth of DB applications continues.

24
New cards

Data modelling

begins by researching the information requirements of a business.

25
New cards

entity relationship diagram

should completely capture and accurately model the organization’s information needs and support the functions of the business

26
New cards

primary key (PK)

is the unique identifier for each row of data

27
New cards

foreign key (FK)

links data in one table to the data in a second table by referring to the PK column in the second table

28
New cards

Nulls

indicates if a column must contain a value (mandatory)

29
New cards

Unique

indicates if the value contained in a column is unique within the table

30
New cards

Data type

identifies the definition and format of the data stored in each column

31
New cards

Structured Query Language (SQL)

commands are used to build the physical structure of the database.

32
New cards

SQL

also used to populate, access, and manipulate the data within the relational database.

33
New cards

Flat File Database

designed around a single table

34
New cards

Hierarchical Model

data is organized in a tree like structure.

35
New cards

Record

collection for fields.

36
New cards

Network database

comprised of a collection of records connected to one another through links

37
New cards

Link

association between two records.

38
New cards

Object Oriented Model

An entity is modelled as an object

39
New cards

Relational model

data is represented as a collection of tables

40
New cards

Relational database

presents information in tables with rows and columns

41
New cards

Table

A basic storage structure

42
New cards

Field

the one value found at the intersection of a row and column

43
New cards

Conceptual Model

captures the functional and information needs of a business

44
New cards

Logical model

includes all entities and relationships among them. Also called ERM

45
New cards

Physical Model

Extension to a logical data model. Describes how the objects should be implemented in specific database.

46
New cards

Entity

Information that must be tracked, name for things that you can list

47
New cards

Attributes

describe entities and are the specific information that must be known.

48
New cards

Volatile attributes

unstable attributes

49
New cards

Nonvolatile attributes

stable attributes

50
New cards

Mandatory attributes

must have a value

51
New cards

Optional attributes

can be blank

52
New cards

Single or atomic attributes

are attributes that cannot be divided into subparts.

53
New cards

Composite attributes

are attributes that can be divided into smaller subparts that represent basic attributes with independent meanings of their own

54
New cards

Unique Identifier

It is unique across all instances of the entity

55
New cards

ERD

a model that identifies the concepts or entities that exist in a system and the relationships between those entities.

56
New cards

Relationship

is a bidirectional, significant association between two entities or between an entity and itself.

57
New cards

Optional

Use "may be" or "may."

58
New cards

Mandatory

Use "must be" or "must.”

59
New cards

Line

Use "one and only one."

60
New cards

Crow's feet

Use "one or more.”

61
New cards

Optionality

Relationships are either mandatory or optional

62
New cards

Cardinality

measures the quantity of something