A tableName represents a table. To create a table, use the CREATE TABLE statement.
[ schemaName. ] SQLIdentifier
You can qualify a table name with a schemaName. If a qualified table name is specified, the schema name cannot begin with SYS.
-- SAMP.PROJECT is a tableName that includes a schemaName
SELECT COUNT(*) FROM SAMP.PROJECT