Neoview SQL Reference Manual (R2.5)

mytable MYTABLE MyTable mYtAbLe
These are delimited identifiers:
"mytable"
"table"
"2006 SALES"
"CUSTOMER-BILLING-INFORMATION"
Because delimited identifiers are case-sensitive, Neoview SQL treats the identifier "mytable"
as different from the identifiers "MYTABLE" or "MyTable". Trailing spaces in a delimited
identifier are truncated. For example, "mytable " is equivalent to "mytable".
You can use reserved words as delimited identifiers. For example, table is not allowed as
a regular identifier, but "table" is allowed as a delimited identifier.
270 SQL Language Elements