Sorting Filtering Data Flashcards

(6 cards)

1
Q

Term: Primary Field

A

📘 Description: The main column used to sort data.
🧮 Example: Sort by “Last Name”.

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

Term: Secondary Field

A

📘 Description: Used when there are ties in the primary field.
🧮 Example: Sort by “Last Name”, then “First Name”.

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

Order: Ascending

A

Description: A to Z, or smallest to largest.

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

Order: Descending

A

Description: Z to A, or largest to smallest.

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

Term: Multiple Criteria

A

📘 Description: Filter based on several conditions.
🧮 Example: “Region = South” AND “Sales > 5000”

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

Term: Complex Criterion

A

Description: Combines conditions with AND/OR logic.
🧮 Example: (Region = “East” OR “West”) AND (Sales > 1000)

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