====== Data Resource - Sql Table ======
===== About =====
A ''table'' is a [[docs:resource:content|content resource]] located in a [[docs:system:database|database]].
===== Data URI =====
The [[docs:resource:data_uri|data URI]] for SQL table looks like:
* fully qualified
catalog.schema.table@connection
* with the default catalog of the connection
schema.table@connection
* with the default catalog and schema of the connection
table@connection
Note:
* ''connection'' is a [[docs:connection:name|connection name]]
* ''schema'' is a [[schema#name|schema name]]. If not present, it will default to the ''default connection schema''
* ''table'' is a ''table name''