SQL - String Data Type

Data System Architecture

About

This page is about the SQL data type that can be used in SQL to represent a string.

List

Locale Character Set

The following data type are using the locale character set to encode the string:

Nationale Character Set

The following data type are using the national character set (database configuration) to encode the string.





Discover More
Data System Architecture
SQL - Character large object (CLOB)

A Character large object (CLOB) is a SQL data type used to store a large amount of character data. It's a specialized variant of large object (LOB) where data is stored in a file on the local file system...
Data System Architecture
SQL - National Character Set (String)

The National Character Set is a configuration that stores the character set value used by the national character data type: NCHAR (National Character) NVARCHAR (National Varying Character) By default,...



Share this page:
Follow us:
Task Runner