Database Management (DBMS)

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

1/42

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.

43 Terms

1
New cards

database

well-designed, organized, + carefully managed collection of data

should help an organization achieve its goals, can contribute to organizational success (provides managers + decision makers with timely, accurate, + relevant information built on data)

most organizations have multiple databases

2
New cards

data

raw facts

3
New cards

information

collection of organized + processed data, has additional value beyond the value of the individual facts

4
New cards

knowledge

proides awareness + understanding of a set of information, shows how information can support a specific task or be used to reach a decision

5
New cards

value of information

diversity linked to how it helps decision makers achieve their organizations goals, helps people perform tasks efficiently + effectively

6
New cards

benefits gained through use of high-quality data

improves decision making (removes guess work, risk taking)

increase customer satisfaction (bad data causes unfavorable data errors)

increase sales (accurate customer targeting + communications, enables successful up-sell + cross-sell suggestions)

improves innovation

raises productivity (no need to correct data errors)

ensures compliance

7
New cards

characteristics of high-quality data

accessible, accurate, complete, economical, relevant, reliable, timely, verifiable

8
New cards

data hierarchy

entity, file, attribute, domain, data item, record, primary key, foreign key

9
New cards

entity

person, place, or thing for which data is collected, stored, + maintained

10
New cards

file

collection of entities

11
New cards

attribute

characteristic of an entity

12
New cards

domain

range of allowable values for a data attribute

13
New cards

data item

specific value of a data attribute

14
New cards

record

collection of attributes about a specific entity

15
New cards

primary key

attribute or set of attributes that uniquely idenfies the record

16
New cards

foreign key

attribute in one table that refers to the primary key in another table

17
New cards

database approach to data management

multiple information systems share a pool of related data

18
New cards

database management system (DBMS)

group of programs provided by the DBMS supplier

programs used to access + manage a database

provides an interface between the database + its users + other application programs

19
New cards

schema

description defining the databases logical + physical structure, identifies tables + its attributes + relationships between attributes + tables

20
New cards

data definition language (DDL)

collection of intructions + commands, defines + describes data + relationships in a specific database

21
New cards

data dictionary

detailed description of data stored in the database

22
New cards

adherance to data dictionary standards

makes it easy to share data among organizations

23
New cards

dbms function

interface between application program + database

24
New cards

concurrency control

addresses situation where two or more users or applications access the same record at the same time

25
New cards

query by example (QBE)

usual approach to developing database queries or requests

26
New cards

data manipulation language (DML)

allows users to access + modify the data, make queries, + generate reports

27
New cards

data cleansing

detects + then corrects or deletes incomplete, incorrect, inaccurate, or irreleant records residing in a database

28
New cards

methods of data cleansing

cross-checking data, using data enhancement to augment the data in a database by adding related information

29
New cards

database design

store all relevant data, provide quick access + easy modification, reflect organizations business processes

30
New cards

considerations of database design

content + access, logical structure + physical organization, response time, archiving, security

31
New cards

data modeling

tool used to design a database, enterprise data modeling, occurs at organization level/business application level

32
New cards

enterprise data model

identifies data entries + data attributes of greatest interest to the organization, identifies their associated standard data definitions, data length, + format, domain of valid values, + any business rules for their use

33
New cards

entity-relationship (ER) diagram

data model used to analyze + communication data needs, works at the individual project/application level

uses graphic symbols → identify data entities + their associated data attributes, identify the relationships among the entities of interest

34
New cards

fundamental characteristics of relational databases

data is organized into relations, rows represent entities + columns attributes, rows uniquely identifed by a primary key

35
New cards

column table data

integer numbers, decimal number, date, tect, etc.

constrained to be certain type, length, or to have a value between two limits

36
New cards

manipulating data in a relational database

selecting (eliminating rows according to certain criteria_

projecting (eliminating columns in a table)

joining (combine two or more tables through common data attributes to create a new table)

data normalization (eliminates data redundancy)

37
New cards

sql

special purpose programming language, used for accessing + manipulating relational database data

38
New cards

acid properties

autonomy, consistency, isolation, durability

guarentees the database transactions are processed reliably

ensures the integrity of data in the database

39
New cards

database of a service (DaaS)

database store on service providers servers, accessed by service subscriber over the internet, administration handled by the service provider

advantages → eliminates the installation, matinence, + monitoring of in-house databases

40
New cards

data management

defines the process by which data is obtained, certified fit for use, stored, secured, + processed

ensures data accessibility, reliability, + timeliness meet the data users needs

ensures data can be trusted + used by the entire organization

ensures people identified + in place who are responsible for fixing + preventing issues with data

41
New cards

database administrator (DBA)

skilled + trained IS professionals, holds dicussions with business users

defines their data needs, applied DPL to craft a set of databases to meet those needs, tests + evaluates databases, monitorys performance + implements changes to improve response time, assures data is secure

42
New cards

data steward

typically non-IS emplyees, manages critical data entities or attributes

43
New cards

data lifecycle management (DLM)

policy based approach, manages enterprises data flow (from initial acquisition/creation + storage, until data becomes outdated + is deleted)