SQL Comparison Operators Flashcards

(10 cards)

1
Q

=

A

Is equal to

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

<>

A

Is NOT Equal to. != also works

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

IN

A

Is equal to one of a set of values

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

NOT IN

A

Is NOT equal to one of a set of values

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

BETWEEN

A

Is within a range of numbers (Includes the end points)

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

NOT BETWEEN

A

Is NOT within a range of numbers (includes the end points)

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

LIKE

A

Matches a sequence of characters

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

NOT LIKE

A

Does NOT match a sequence of characters

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

IS NULL

A

Is equal to NULL

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

IS NOT NULL

A

Is NOT equal to NULL

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