When creating tables in SQL using CREATE TABLE, table names should not be reserved words as this causes parsing errors. While you can sometimes use quoted identifiers to bypass this, best practice is to avoid reserved words entirely. Table names must begin with a letter.