A table-Name represents a table. You can qualify a table-Name with a schemaName.
[ schemaName. ] SQL92Identifier
-- SAMP.PROJECT is a table-Name that includes a schemaName SELECT COUNT(*) FROM SAMP.PROJECT