About

A table is a content resource located in a database.

Data URI

The 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 connection name
  • schema is a schema name. If not present, it will default to the default connection schema
  • table is a table name