COMPUTER QUERIES Flashcards

1
Q

this is the most common type of query in Microsoft access and is used to extract data from table/s based on the specified criteria.

A

Select query

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

this type of query enables you to perform an action such as delete, append, and update records, which meets the specified criteria.

A

Action query

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

this type of query allows for flexibility in manipulating data by prompting for user input in the selection criteria.

A

Parameter query

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

this type are used to summarize data by grouping data with corresponding summary calculations, such as sum or average, based on the specified criteria.

A

Crosstab query

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

used, Microsoft access creates the equivalent sql statement automatically:

A

QBE

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

are binary operators primary because these indicate the relationship between two operands

A

RELATIONAL OPERATORS

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

>

A

greater than

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

> =

A

GREATER THAN EQUAL TO

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

<

A

less than

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

<=

A

LESS THAN OR EQUAL TO

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

=

A

equal to

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

<>

A

not equal

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

ALL SPECIFIED CRITERIA MUST BE MET

A

AND

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

EITHER CRITERION MUST BE MET

A

OR

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

INDICATED CRITERIA SHOULD NOT BE MET

A

NOT

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

THE VALUE MUST BE FROM X AND Y

A

BETWEEN X AND Y

17
Q

THE VALUE MUST BE IN THE LIST

A

IN

18
Q

IN MATCHING CHARACTERS, ARE PROVIDED BY MICROSOFT ACCESS. THE WORD ‘’ LIKE’’ IS AUTOMATICALLY ADDED IN THE GRID SO THE USER NEED NOT TYPE IT

A

WILDCARD OPERATORS

19
Q

FOLLOW THE RULES OF FORMAL LOGIC

A

LOGICAL OPERATORS

20
Q

*

A

MATCHES CHARACTER IN ANY NUMBER

21
Q

?

A

MATCHES ANY LETTER

22
Q

#

A

MATCHES ANYNSINGLE-DIGIT NUMBER

23
Q

[]

A

MATCHES ANY OF THE CHARACTERS WIThIN THE BRACKETS

24
Q

!

A

MATCHES ANY CHARACTER NOT IN THE LIST INSIDE THE BRACKETS

25
Q

-

A

MATCHES ONE CHARACTER IN A RANGE OF CHARACTER