SQL table names cannot start with numbers (1EMP_TEST is invalid) or contain most special characters like * or $# without specific database escaping. PACKAGE is a reserved SQL keyword but is the only option without obvious syntax violations - some databases allow reserved words as table names with proper quoting.