CREATE <str> statement only valid as part of a CREATE DATABASE statement Explanation: This CREATE statement is not valid in this context. It can only be used after attaching to the database, or as part of the CREATE DATABASE statement. It is not valid in a schema or catalog. User Action: Specify the CREATE statement in the CREATE DATABASE statement.