SQL - National Character Set (String)

Data System Architecture

About

The National Character Set is a configuration that stores the character set value used by the national character data type:

By default, the character set used in other string data type such as char and varchar is the OS locale character set.

The national character feature is known in the Standard Sql as the NATIONAL CHARACTER strings.





Discover More
Data System Architecture
SQL - String Data Type

This page is the SQL data type that can be used in SQL to represent a string. The following data type are using the locale character set to encode the string: CHAR VARCHAR CLOB The following...
Data System Architecture
SQL Data Type - NCHAR (NATIONAL CHARACTER)

NATIONAL CHAR is a SQL data type that: stores a char and uses as character set: the National Character set instead of the default character set of the operating system A create table statement...
Data System Architecture
SQL Data Type - NVARCHAR (NATIONAL CHARACTER VARYING)

NATIONAL VARCHAR is a SQL data type. It stores a varchar and uses as character set: the National Character set instead of the character set of the operating system A create table statement that...



Share this page:
Follow us:
Task Runner