Test 1 Flashcards

1
Q

Negatives of Excel

A

-inefficiency with large amounts of data
-not good with different data types
-no clear relationships
-limited tools for combining data
-data redundancy (hard to fix/identify)

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

Database Positives

A

-Efficiency with large amounts of data
-enforces data types
-designed for relationships
-designed for combining data easily
-reduces redundancy

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

Units of Data

A

-field
-record
-table
-file

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

Field

A

-Place for a piece of information
-smallest
-collum (attribute)
-Ex: Customer name

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

Record

A

-group of fields
-row (entity)
-Ex: Customer info

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

Table

A

-group of records
-file

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

Relational database

A

-organized in tables
-Ex: table of customers

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

Primary Key

A

-field that uniquely identifies each record
-avoid duplicates
-avoid missing data
-Ex: Social Security number

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

Criteria (queries)

A

-limit the number of records shown

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

Field list (queries)

A

-what can be seen in query design view

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

entering/editing data (queries)

A

-same as you would in a table datasheet
-any edits made are permanently stored and updated all other views
-do not edit the results in the data sheet view

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

Criteria in Access

A

-“like” is automatically added
-quotation marks around text is automatically added
-pound signs for date are automatically added
-number, currency, yes/no fields are not surrounded by any characters

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

Searching for blank fields

A

-not null
-null

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

Is Null

A

-finds all records where no entry has been made

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

Is not null

A

-finds all records where any entry has been made

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

<>

A

not equal to

17
Q

Between (operation)

A

between

18
Q

Query wildcards

A

-can be used to search for a pattern; represents any character
-?/*

19
Q

?

A

-search for a single character
-(a?)

20
Q

*

A

-search for any number of characters

21
Q

“Samford*”

A

-records that start with Samford

22
Q

“*edu”

A

-find all that end in edu

23
Q

south

A

-find all that contain south

24
Q

And/Or (criteria)

A

-tests/limiting conditions which restrict retrieval

25
Q

Or (criteria)

A

-any one criteria must be true

26
Q

And (criteria)

A

-all criteria must be true

27
Q

And/Or combinations

A

-need to use multiple rows

28
Q

Double (data type)

A

-Precise numbers you can take the average of

29
Q

Short text (data type)

A

-things you cant take the average
-Ex: Name

30
Q

Long integer (data type)

A

-a very large whole number