A table name (table_name) identifies a table.
<table_name> ::= [<schema_name>.]<identifier>
Tables and view tables are identified by table names. A table name consists of a schema name (schema_name) and an identifier (identifier).
All table identifiers in one schema must differ from one another.
The database system uses certain table names for internal purposes. The identifiers of these tables begin with SYS. To avoid naming conflicts, therefore, you should not use table names that start with SYS.
An error message is displayed if the name has more than 32 characters.
Additional SQL statements for data definition