table-Name
table-Name
A table-Name represents a table. You can qualify a table-Name with a schema-Name.
Syntax
[ schema-Name. ] SQL92Identifier
Example
-- SAMP.PROJECT is a table-Name that includes a schema-Name SELECT COUNT(*) FROM SAMP.PROJECT
Previous Page
Next Page
Table of Contents
Index