Chapter 4 Flashcards

1
Q

DBMS

A

Database management system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Relational database

A

Data from separate tables are linked together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Attribute, record and field

A

1) Attribute=column
2) Record=row
3) Field=individual cell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Primary Key

A

Attribute that can uniquely identify a specific row in a table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Foreign Key

A

Attribute in one table that is the primary key in another table. Links the two tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Rules of Relational Databases

A

1) Attributes must be single valued
2) Primary keys can’t be zero/empty and cannot have duplicates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Update anomaly

A

Changes to existing data on one table don’t update to linked tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Insert anomaly

A

Unable to add a new record to the table if there is no primary key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Delete anomaly

A

Removing a record also removes other unintended data from the database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Data integration

A

Databases can be accessed by various programs, not just an AIS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Cross-functional analysis

A

The act of combining data from various departments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

DBA

A

Database administrator: only one with direct access to the database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Change management

A

Testing changes to the database/AIS in a test environment before going live

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

DMBS and their associations:
1) Oracle
2) SQL
3) DB2

A

Oracle: Used with oracle and SAP
SQL: Used with Microsoft AIS products
DB2: Used with IBM products and custom AIS’s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

SQL

A

Structured query language, can be used across any database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

SQL: SELECT

A

Picks attributes

17
Q

SQL: FROM

A

From what table will it pull data

18
Q

SQL: WHERE or HAVING

A

Applies a filter to the data

19
Q

SQL: GROUP BY

A

Combines like rows together

20
Q

SQL: ORDER BY OR SORT BY

A

Organizes the output by date, alphabetically, or numerically

21
Q

SQL: Excel formulas formatting

A

Excel formulas such as count, sum, etc start the formula without an equals sign.

22
Q

SQL: JOIN

A

Used when 2 or more tables are used, and the same data is in both tables

23
Q

REA Diagrams

A

Shows how databases relate and link together. Used to communicate between accounting and IT departments.

24
Q

In what format do databases store information?

A

Table format

25
Q

Risk level of database risks

A

High risk