_________ Data type stores numbers, letters and punctuations
Answers
Answered by
0
Answer:
CHAR data type
This is the answer
The CHAR data type stores any string of letters, numbers, and symbols.
Answered by
0
Answer:
CHAR
Explanation:
The CHAR data type stores any string of letters, numbers, and symbols. It can store single-byte and multibyte characters, based on the database locale. The CHARACTER data type is a synonym for CHAR.
Similar questions