Definitions for "Delimited Identifier" Add To Word List
Login or Register  | Word Lists | Search History

An identifier that is enclosed in identifier quote characters so that it can contain special characters or match keywords (also known as a quoted identifier).
Helpful?           0
A sequence of characters enclosed within quotation marks ("). The sequence must consist of a letter followed by zero or more characters, each of which is a letter, a digit, or the underscore character.
Helpful?           0
an identifier delimited by double quotes
Helpful?           0
an identifier in double quotes
Helpful?           0
an identifier name that contains characters that do not conform to identifier-naming rules
Helpful?           0
a sequence of one or more characters enclosed within SQL escape characters
Helpful?           0
a string of characters within SQL escape characters
Helpful?           0
A sequence of characters enclosed within double quotation marks (").
Helpful?           0