SQL (*SQL) naming convention

When you use the SQL naming convention, tables are qualified by the collection name in the form collection.table.

If the table name is not explicitly qualified and the default collection name is specified in the default relational database collection (DFTRDBCOL) parameter of the CRTSQLxxx or Create Structured Query Language Package (CRTSQLPKG) command, the default collection name is used. If the table name is not explicitly qualified and the default collection name is not specified, the following rules apply:

Related information
Create Structured Query Language Package (CRTSQLPKG) command