Words to Avoid
The following table lists common keywords from the SQL-92 and SQL-99 ANSI standards. While Pervasive PSQL may not support or offer all of these keywords, you should avoid using these words as names for tables, columns, or other objects, if you do not use double-quotes around them. Pervasive reserves the right to add support for any of these keywords as well as any future ANSI SQL keywords in future releases.
If you use double-quotes to delimit all table, column, and user-defined object names, you do not need to worry about possible future conflicts with reserved words.
See also the previous section, Reserved Words.