About 30,800 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

  2. 15.1.20 CREATE TABLE Statement - MySQL

    The table name can be specified as db_name.tbl_name to create the table in a specific database. This works regardless of whether …

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

    Nov 20, 2025 · Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance SQL database in Microsoft Fabric …

  4. SQL CREATE TABLE - GeeksforGeeks

    May 2, 2026 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners …

  5. createTable - Liquibase

    Jan 21, 2026 · Running the createTable Change Type To run this Change Type, follow these steps: Add the Change Type to your …

  6. 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.

  7. CREATE TABLE - SQLite

    Apr 30, 2025 · 2. The CREATE TABLE command The "CREATE TABLE" command is used to create a new table in an SQLite …

  8. CREATE TABLE - Oracle Help Center

    Purpose Us e the CREATE TABLE statement to create one of the following types of tables: A relational table, which is the basic …

  9. 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.

  10. PostgreSQL: Documentation: 18: CREATE TABLE

    May 14, 2026 · Description CREATE TABLE will create a new, initially empty table in the current database. The table will be owned …