Character Data Types Flashcards

1
Q

char
Type?
Language?
Lengths?

A

Character string
non-Unicode
fixed length max length of 8000 characters

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

Varchar
Type?
Language?
Lengths?

A

Character string
non-Unicode
Variable length max length of 8000 characters

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

varchar (max)
Type?
Language?
Lengths?

A

Character string
non-Unicode
variable length max length 231 characters

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

text
Type?
Language?
Lengths?

A

Character string
non-Unicode
variable length max length 2,147,483,647 characters

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

nchar
Type?
Language?
Lengths?

A

character string
Unicode
fixed length max length 4000 characters

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

nvarchar
Type?
Language?
Lengths?

A

Character string
Unicode
variable length max length 4000 characters

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

nvarchar (max)
Type?
Language?
Lengths?

A

Character String
Unicode
variable length max length 230 characters

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

ntext
Type?
Language?
Lengths?

A

Character String
Unicode
Variable length max length 1,073,741,823

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

Binary
Type?
Language?
Lengths?

A

Binary String
Binary
Fixed length max length 8000 bytes

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

varbinary
Type?
Language?
Lengths?

A

binary string
binary
Variable length max length 8000 bytes

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

varbinary(max)
Type?
Language?
Lengths?

A

Binary string
binary
variable length max length 2GB

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

image
Type?
Language?
Lengths?

A

Binary string
binary
Variable length max length 2GB

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