DSS 330 Exam # 1 (Conceptual Definitions)

5.0(2)
studied byStudied by 18 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

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.

30 Terms

1
New cards

A Database is

an information model because it uses information to model something from the real world

2
New cards

Logical Database Components are

Entities and Atrributes

3
New cards

Entites

Anyone or anything we keep information on, instances

4
New cards

Attributes

describes and identifies entities; aka characteristics, measures, and dimensions

5
New cards

Physical Database Components

Servers and Data

6
New cards

Servers

powerful computers

7
New cards

Data

kept on computers

8
New cards

Centralized

in a single place, easier to maintain

9
New cards

Distributed

multiple locations, separate storage and processing, and makes users experience easier

10
New cards

Server Architecture

Data

11
New cards

Client Architecture

Application Software

12
New cards

A.C.I.D acronym defines

the reliability of a database

13
New cards

Atomicity in A.C.I.D

Transactions are all or nothing. Either the entire transaction occurs—or nothing occurs.

14
New cards

Consistency in A.C.I.D

Only valid data is saved

15
New cards

Isolation in A.C.I.D

transactions do not affect each other

16
New cards

Durability in A.C.I.D

written data will not be lost, transactions are permanent

17
New cards

Database Administrator (DBA) is

responsible for everything in a database. Ensure that a database is available as needed and is protected and secured from unauthorized users and activities

18
New cards

Database Management System (DBMS) Structure Diagram

a program through which users interact with the data stored in a database

<p>a program through which users interact with the data stored in a database</p>
19
New cards

Metadata is

Information about information

20
New cards

Schema is a

model or blueprint of the tables and relationships between the tables. Overarching organization of databases

21
New cards

A Relational Database is

a structure that contains data about many categories of information displayed in two-dimensional tables (relations)

22
New cards

Relational Data Model is made up of

Columns (fields) and Rows (records and tuples)

23
New cards

Columns in a table (relation) are often called

fields or attributes

24
New cards

Rows in a table (relation) are often called

records or tuples

25
New cards

Records are

a group of related fields (rows)

26
New cards

Table (aka File and Relation) is

a group of records

27
New cards

A database consists

of a group of tables

28
New cards

The entries in the table are Single-Valued meaning

each intersection of the row and column in the table contains only one value

29
New cards

Primary Key is

the column or columns that uniquely identify a single record

30
New cards

QBE (Query-By-Example) is

a visual GUI (graphical user interface) approach to writing queries.