Data Resource - Sql Schema
Table of Contents
About
A schema is a data resource of a database that contains one or more Sql Object such as tables or view
Related How-to's
URI
The Data URI that defines the location of a schema has the following form:
# Fully Qualified
//.[schema]@connection
# The default schema of the connection
@connection
where:
- connection is the connection name
- schema is the schema name