2.7f

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 / 8

encourage image

There's no tags or description

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

9 Terms

1

What does NMET represent in numeric data types?

A special value that represents either unknown or inapplicable data, not the same as zero.

New cards
2

What happens when a WHERE clause evaluates to null for values in a row?

The row is not selected.

New cards
3

What is the purpose of a NOT NULL constraint?

It prevents a column from having a NULL value.

New cards
4

What does the SQL statement IS NULL return?

TRUE when the value is NULL.

New cards
5

What does the SQL statement IS NOT NULL return?

TRUE when the value is not NULL.

New cards
6

In NULL logic, what is the result of TRUE AND NULL?

NULL.

New cards
7

In NULL logic, what is the result of NULL OR FALSE?

NULL.

New cards
8

What is the result of NOT NULL in NULL logic?

NULL.

New cards
9

What is the significance of a WHERE clause that selects NULL values?

It never returns any rows because the WHERE clause is always null.

New cards
robot