Database Systems

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

1/35

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.

36 Terms

1
New cards

Database

– Organized collection of data

2
New cards

Database management system

– Group of programs that manipulate the database

– Provide an interface between the database and its users and other application programs

3
New cards

Database administrator

Skilled IS professional who directs all activities related to an organization’s database

4
New cards

Bit

Circuit that is either on or off

5
New cards

Byte

Typically made up of eight bits

6
New cards

Character

Basic building block of information

7
New cards

Fields

Name, number, or combination of characters that describes an aspect of a business object or activity

8
New cards

Record

Collection of related data fields

9
New cards

File

Collection of related records

10
New cards

Database

– Collection of integrated and related files

11
New cards

Entity

General class of people, places, or things (objects) for which data is collected, stored, and maintained

12
New cards

Attribute

– Characteristic of an entity

13
New cards

Data item

Specific value of an attribute

14
New cards

Key

Field or set of fields in a record that is used to identify the record

15
New cards

Primary key

Field or set of fields that uniquely identifies the record

16
New cards

Foreign key

Refers to the primary key in another table.

17
New cards

Content

Access

Logical structure

Physical organization

When building a database, an organization must consider:

18
New cards

Logical Design
Physical Design

Building a database requires two types of designs:

19
New cards

Logical design

Abstract model of how data should be structured and arranged to meet an organization’s information needs

20
New cards

Physical design

Starts from the logical database design and finetunes it for performance and cost considerations

21
New cards

Enterprise data modeling

Starts by investigating the general data and information needs of the organization at the strategic level

22
New cards

Entity-relationship Diagram

Data models that use basic graphical

symbols to show the organization of and relationships between data

23
New cards

Selecting

Eliminates rows according to certain criteria

24
New cards

Projecting

Eliminates columns in a table

25
New cards

Joining

Combines two or more tables

26
New cards

Linking

Manipulating two or more tables that share at least one common data attribute

27
New cards

Flat file

Simple database program whose records have no

relationship to one another

28
New cards

Single user

Only one person can use the database at a time

– Examples: Access, FileMaker Pro, and InfoPath

29
New cards

Multiple users

– Allow dozens or hundreds of people to access the

same database system at the same time

– Examples: Oracle, Sybase, and IBM

30
New cards

Schema

– Used to describe the entire database

– Can be part of the database or a separate schema

file

31
New cards

DBMS

Can reference a schema to find where to access the

requested data in relation to another piece of data

32
New cards

Concurrency control

– Method of dealing with a situation in which two or more users or applications need to access the same record at the same time

33
New cards

DBA

– Works with users to decide the content of the database

– Works with programmers as they build applications to ensure that their programs comply with database management system standards and conventions

34
New cards

Data administrator

Responsible for defining and implementing consistent principles for a variety of data issues

35
New cards

Front-end

applications interact directly with people

36
New cards

Back-end

applications interact with other programs or applications