Important As the data_type in a create_table_statement, applications require a data type from the TYPE_NAME column of the result set returned by SQLGetTypeInfo.
character is any character in the character set of the driver/data source. To include a single literal quote character (') in a character_string_literal, use two literal quote characters ("").
character_string_type is any data type for which the ""DATA_TYPE"" column in the result set returned by SQLGetTypeInfo is either SQL_CHAR or SQLVARCHAR.)
digit::= 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
dynamic_parameter::= ?
expression::=term | expression {+|-} term
factor::= [+|-]primary
insert_value::=dynamic_parameter | literal | NULL | USER
letter::=lower_case_letter | upper_case_letter
literal::=character_string_literal
lower_case_letter::=a | b | c | d | e | f | g | h|i|j|k|l|m|n|o|p|q|r|s| t|u|v|w|x|y|z