About 56,500 results
Open links in new tab
  1. SQL CREATE TABLE Statement - W3Schools

    The SQL CREATE TABLE Statement The CREATE TABLE statement is used to create a new table in a database. Syntax CREATE …

  2. CREATE TABLE (Transact-SQL) - SQL Server | Microsoft Learn

    Jul 21, 2026 · When you create local or global temporary tables, the CREATE TABLE syntax supports constraint definitions except …

  3. SQL CREATE TABLE - GeeksforGeeks

    Jun 3, 2026 · It is used to create a new table in a database. It defines column names and their data types. Syntax: table_name: The …

  4. CREATE TABLE SQL Server Syntax Examples

    Mar 15, 2022 · In this article we cover an introduction to the CREATE TABLE syntax for creating a new SQL Server table.

  5. SQL CREATE TABLE (With Examples) - Programiz

    In SQL, the CREATE TABLE statement is used to create tables. In this tutorial, we'll learn about creating tables in SQL with examples.

  6. SQL CREATE TABLE Statement - Online Tutorials Library

    The CREATE TABLE statement in SQL is used to create a new table in an existing database. When creating a table, you must …

  7. SQL CREATE - W3Schools

    The CREATE TABLE command creates a new table in the database. The following SQL creates a table called "Persons" that …

  8. SQL CREATE TABLE Statement

    In this tutorial, you will learn how to use the SQL CREATE TABLE statement to create a new table in the database.

  9. SQL Server CREATE TABLE: Creating a New Table in the Database

    This tutorial shows you how to use the SQL Server CREATE TABLE statement to create a new table in a specific schema of a …

  10. SQL CREATE TABLE Statement - w3schools.dev

    The SQL CREATE TABLE Statement The CREATE TABLE statement is used to create a new table in a database. Syntax CREATE …