Fundamentals of Data, Information, and Databases

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 53

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

54 Terms

1

Data

consists of raw facts.

New cards
2

Raw

indicates that the facts have not yet been processed to reveal their meaning.

New cards
3

Information

is the result of processing raw data to reveal its meaning.

New cards
4

Information

can be used as the foundation for decision making.

New cards
5

FILE

A collection of related records.

New cards
6

Data processing

can be as simple as organizing data to reveal patterns or as complex as making forecasts or drawing inferences using statistical modeling.

New cards
7

Knowledge

implies familiarity, awareness, and understanding of information as it applies to an environment.

New cards
8

Database

is a shared, integrated computer structure that stores a collection of data and metadata.

New cards
9

End-user data or data

raw facts of interest to the end user.

New cards
10

Metadata, or data about data

describes the data characteristics and the set of relationships that links the data found within the database.

New cards
11

Database design

It refers to the activities that focus on the design of the database structure that will be used to store and manage end-user data.

New cards
12

DATA

raw facts, such as a telephone number, a birth date, a customer name, and a year-to-date (ytd) sales value.

New cards
13

FIELD

A character or group of characters (alphabetic or numeric) that has a specific meaning.

New cards
14

RECORD

A logically connected set of one or more fields that describes a person, place, or thing.

New cards
15

Business Rules

A brief, precise, and unambiguous description of a policy, procedure, or principle within a specific organization.

New cards
16

Business rules

set the stage for the proper identification of entities, attributes, relationships, and constraints.

New cards
17

Noun

in a business rule will translate into an entity in the model.

New cards
18

Verb

that associates the nouns will translate into a relationship among the entities.

New cards
19

Relational Database

Table is perceived as a two-dimensional structure composed of rows and columns.

New cards
20

Row

represents a single entity occurrence within the entity set.

New cards
21

Column

represents an attribute, and each column has a distinct name.

New cards
22

Attribute Domain

Each column has a specific range of values known as the______.

New cards
23

Keys or Superkeys

In the relational model, _____are important because they are used to ensure that each row in a table is uniquely identifiable.

New cards
24

Key

consists of one or more attributes that determine other attributes.

New cards
25

Composite key

is a key that is composed of more than one attribute.

New cards
26

Candidate key

is a minimal superkey—that is, a superkey without any unnecessary attributes.

New cards
27

Candidate keys

they are the eligible options from which the designer will choose when selecting the primary key.

New cards
28

Primary Key (PK)

is the candidate key chosen to be the primary means by which the rows of the table are uniquely identified.

New cards
29

Entity Integrity

is the condition in which each row (entity instance) in the table has its own unique identity.

New cards
30

Foreign Key (FK)

is the primary key of one table that has been placed into another table to create a common attribute.

New cards
31

Entity

is an object of interest to the end user.

New cards
32

Attributes

are characteristics of entities.

New cards
33

Required Attribute

is an attribute that must have a value; in other words, it cannot be left empty.

New cards
34

Optional Attribute

is an attribute that does not require a value; therefore, it can be left empty.

New cards
35

Composite Attribute

is an attribute that can be further subdivided to yield additional attributes.

New cards
36

Simple Attribute

is an attribute that cannot be subdivided.

New cards
37

Single-Valued Attributes

is an attribute that can have only a single value.

New cards
38

Multivalued Attributes

attributes that can have many values.

New cards
39

Derived Attributes

The attribute need not be physically stored within the database; instead, it can be derived by using an algorithm.

New cards
40

Cardinality

expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.

New cards
41

SQL

A database language allows you to create database and table structures, perform basic data management chores (add, delete, and modify), and perform complex queries designed to transform the raw data into useful information.

New cards
42

Data Manipulation Language (DML)

SQL includes commands to insert, update, delete, and retrieve data within the database tables.

New cards
43

Data Definition Language (DDL)

SQL includes commands to create database objects such as tables, indexes, and views, as well as commands to define access rights to those database objects.

New cards
44

Transaction Control Language (TCL)

The DML commands in SQL are executed within the context of a transaction, which is a logical unit of work composed of one or more SQL statements, as defined by business rules.

New cards
45

Data Control Language (DCL)

commands are used to control access to data objects, such as giving a one user permission to only view the PRODUCT table, and giving another user permission to change the data in the PRODUCT table.

New cards
46

Character Data

is composed of any printable characters such as alphabetic values, digits, punctuation, and special characters.

New cards
47

Numeric Data

is composed of digits, such that the data has a specific numeric value.

New cards
48

Date Data

composed of date and, occasionally, time values.

New cards
49

SELECT

specifies the attributes to be returned by the query.

New cards
50

FROM

specifies the table(s) from which the data will be retrieved.

New cards
51

WHERE

filters the rows of data based on provided criteria.

New cards
52

GROUP BY

groups the rows of data into collections based on sharing the same values in one or more attributes.

New cards
53

HAVING

filters the groups formed in the GROUP BY clause based on provided criteria.

New cards
54

ORDER BY

sorts the final query result rows in ascending or descending order based on the values of one or more attributes.

New cards

Explore top notes

note Note
studied byStudied by 1 person
74 days ago
4.0(1)
note Note
studied byStudied by 3 people
113 days ago
5.0(1)
note Note
studied byStudied by 1 person
112 days ago
5.0(1)
note Note
studied byStudied by 472 people
781 days ago
4.0(1)
note Note
studied byStudied by 4 people
148 days ago
5.0(1)
note Note
studied byStudied by 53 people
704 days ago
5.0(1)
note Note
studied byStudied by 5 people
288 days ago
5.0(1)
note Note
studied byStudied by 462 people
156 days ago
4.0(2)

Explore top flashcards

flashcards Flashcard (25)
studied byStudied by 45 people
819 days ago
4.0(1)
flashcards Flashcard (69)
studied byStudied by 111 people
344 days ago
5.0(2)
flashcards Flashcard (45)
studied byStudied by 220 people
111 days ago
5.0(1)
flashcards Flashcard (126)
studied byStudied by 4 people
686 days ago
5.0(1)
flashcards Flashcard (26)
studied byStudied by 14 people
834 days ago
5.0(2)
flashcards Flashcard (98)
studied byStudied by 237 people
370 days ago
5.0(6)
flashcards Flashcard (62)
studied byStudied by 29 people
917 days ago
4.5(2)
flashcards Flashcard (28)
studied byStudied by 4 people
30 days ago
5.0(1)
robot