Skip to main content
Outputs the configuration of an existing data sink.
SHOW DATA SINK Syntax

Parameters

EXTERNAL

Optional keyword for clarity

<schema name>

Name of the schema containing the data sink to describe

<data sink name>

Name of the data sink whose configuration will be output; use * instead of schema/data sink name to output the configuration of all data sinks

Response

The response to DESCRIBE DATA SINK is a three-column result set:

Examples

To show the configuration for a data sink, kin_dsink:
DESCRIBE DATA SINK Example
To show the configuration for all data sinks:
DESCRIBE DATA SINK (All Data Sinks) Example