SHOW CREATE EXTERNAL CONNECTION displays the connection name and the creation statements for active external connections.
You can also use the following SQL statements to work with external connections:
Required privileges
Without theadmin role, users can only view the external connections that they own. Users own external connections that they have created with CREATE EXTERNAL CONNECTION.
Users with the can view all external connections with SHOW CREATE EXTERNAL CONNECTION.
Synopsis
Parameters
| Parameter | Description |
|---|---|
connection_name | The name of the external connection to pass in operation statements. |
Examples
Show all external connection create statements
CREATE EXTERNAL CONNECTION statements that were used to create them, including the unredacted URI:
Show an external connection create statement
To display theCREATE statement for a specific external connection, pass the name of the connection similar to the following:

