The smallest unit of data that can be manipulated in SQL is called a value. Values are interpreted according to the data type of their source.
All data types include the null value. The null value is a special value that is distinct from all non-null values and thereby denotes the absence of a (non-null) value. Although all data types include the null value, columns defined as NOT NULL cannot contain null values.
A Unicode database also supports national character strings which are synonyms for graphic strings.