> ## 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 SOURCE

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

## Syntax

```sql theme={null}
SHOW CREATE SOURCE source_name;
```

## Parameters

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

## See also

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