> ## Documentation Index
> Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SHOW CREATE SINK

> Use the `SHOW CREATE SINK` command to see the SQL statement used to create the specified sink. By using this command, you can verify the sink's settings and troubleshoot any issues.

## Syntax

```sql theme={null}
SHOW CREATE SINK sink_name;
```

## Parameters

| Parameter    | Description                                                          |
| :----------- | :------------------------------------------------------------------- |
| *sink\_name* | The sink for which you want to show the corresponding SQL statement. |

## See also

<CardGroup>
  <Card title="CREATE SINK" icon="database" iconType="solid" href="/sql/commands/sql-create-sink">
    Create a sink
  </Card>
</CardGroup>
