SHOW DATA SINK Syntax
The response to
SHOW DATA SINK is a single-column result set
with the DDL statement as the value in the DDL column.Parameters
EXTERNAL
EXTERNAL
Optional keyword for clarity
<schema name>
<schema name>
Name of the schema containing the data sink to show
<data sink name>
<data sink name>
Name of the data sink for which the DDL will be output; use
* instead of
schema/data sink name to output the DDL of all data sinksExamples
To output the DDL for a data sink,kin_dsink:
SHOW DATA SINK Example
SHOW DATA SINK (All Data Sinks) Example