The _____ data type stores fixed size text
Answers
Answered by
1
CHAR datatype
CHAR datatypeThe CHAR datatype stores fixed-length character strings. When you create a table with a CHAR column, you must specify a column length (in bytes, not characters) between 1 and 255 for the CHAR column
Answered by
0
The nchar data type stores fixed-size text.
- NCHAR data type stores fixed-size character letters. Data can be a series of single-byte or multibyte characters, digits, and other symbols supported by a set of codec location co-des.
- The main difference between the CHAR and NCAR data types is the integrated order.
- The CHAR data type configuration follows the code sequence, but the NCHAR data type configuration can be a local order if DB_LOCALE (or SET COLLATION) specifies the location that specifies the location configuration for integration.
- Specification size NCHAR data declarations can be affected by the SQL_LOGICAL_CHAR configuration parameter described in the Logical Character Semantics section in the Character Type Declarations.
Similar questions