Top "Reserved-words" questions

reserved words are specific words in any language which are banned from use by authors, because of the special meaning they have in the language.

How to use sql reserve keyword in column name

How to use an SQL reserved keyword like the column name "desc" in a select statement? select "desc" from tablename

sql-server reserved-words
Where can I find a list of 'Stop' words for Oracle fulltext search?

I've a client testing the full text (example below) search on a new Oracle UCM site. The random text string …

full-text-search reserved-words stop-words oracle-xe oracle-ucm
H2 database column name "GROUP" is a reserved word

How do I create a table in H2 with a column named GROUP? I saw an example that used something …

sql h2 reserved-words
How do I escape reserved words used as column names on HIVE?

When I am executing following query in HIVE, it is giving me current date instead of the column values from …

hive escaping reserved-words
All reserved words of every DBMS

I'm designing a database. Now it's on MySQL, but tomorrow could migrate on another DBMS. So I have to pay …

database database-design reserved-words