Data Resource - Sql Table
Table of Contents
About
A table is a content resource located in a database.
Related How-to's
Data URI
The data URI for SQL table looks like:
[catalog].[schema][email protected]
where:
- connection is a connection name
- schema is a schema name. If not present, it will default to the default connection schema
- table is a table name