AIS Exam 1 (Chapter 6)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:25 AM on 6/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Database

collection of related data for various uses

2
New cards

Relational data model

Data model that stores information in the form of related two-dimensional tables

3
New cards

Database Management System (DBMS)

A computer program that creates, modifies and queries the database.

Designed to manage a database’s storage and retrieval of information

4
New cards

Data Dictionary

Describes the data fields in each database record such as field description, field length, field type (e.g., alphanumeric, numeric), etc

5
New cards

Database Administrator

The person responsible for the design, implementation, repair and security of a firm’s database

6
New cards

Entities

Resources, events, and agents

7
New cards

Attributes

characteristics, properties, or adjectives that describe each class

8
New cards

Table/Relation

The primary construct, used for data storage with rows and columns much like a spreadsheet. Each table in a database represents either a class or a relationship between classes. Tables need to be properly linked to make a relational database.

9
New cards

Column

The columns in a table are called fields that represent the attributes or characteristics of the class or relationship

10
New cards

Rows

Are called records or tuples. The records represent all the specific data values that are associated with one instance

11
New cards

Entity Integrity Rule

Primary key must have data values (cannot be null)

12
New cards

Referential Integrity Rule

the data value for a foreign key must either be null or match one of the data values that already exist in the corresponding table

13
New cards

Rules with PK and FK?

Each attribute: unique name

Value of each attribute: same type

Each attribute (column) of a record (row): single-valued

All other non-key attributes: describe a characteristic of the class (table) identified by the primary key

14
New cards

Tables (MS Access)

Store data which consists of a series of rows (records) and columns (attributes) connected by relationships (links between tables by foreign keys)

15
New cards

Queries

Retrieve and display data derived from records stored within the database

16
New cards

Forms

Enter data into tables and view existing records, powered by queries

17
New cards

Reports

Integrate data from one or more queries and tables, cannot edit database info

18
New cards

Enterprise Systems (ERP)

information systems integrate and automate business processes across a firm’s value chain located within and across organizations

19
New cards

ERP challenges

Integrating

  • various modules within the enterprise system

  • with external systems such as the information system of a supplier and/or customer

  • with the firm’s own existing legacy systems

Converting

  • data from existing legacy systems to the enterprise system

Implementing

  • any big project at a firm

20
New cards

Cloud Computing

Internet-based computing where shared resources, software, and information are provided to firms on demand