---
title: CREATE TABLE
description: "CREATE TABLE statement for defining new tables in DuckDB."
---

import PartialExample from '../_include-thing-for-parity-with-duckdb.mdx';

<PartialExample thing="The CREATE TABLE statement" verb="is" url="https://duckdb.org/docs/stable/sql/statements/create_table" linkText="CREATE TABLE" />
