From logical to physical Flashcards

1
Q

3 level of access

A

Local Machine Level
Server Level
Database Lev

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

Table Creation Order

A

the order matters

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

Data Insertion Order

A

order matters as well.

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

NULL Values

A

database does not mean zero or
empty

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

NOT NUL

A

ensures that essential fields are always populated

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

DEFAULT

A

provide a fall-back value when no data is supplied during an insert operation

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

UNIQUE

A

applied to fields to avoid duplication.

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

CHECK

A

limit the range of numeric or date fields

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

ENUM DATA TYPE

A

predefined list,

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

Column-Level Constraints

A

used when the constraint pertains only to that specific column

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