Reserved words

Even if IBM® DB2® allows SQL reserved keywords as SQL object names ("create table table (column int )" ), you should take care in your existing database schema and check that you do not use DB2 SQL words. An example of a common word which is part of DB2 SQL grammar is 'alias '.

Solution

See IBM DB2 documentation for reserved keywords.