About 13,600 results
Open links in new tab
  1. SQL CREATE DATABASE Statement - W3Schools

    The SQL CREATE DATABASE Statement The CREATE DATABASE statement is used to create a new SQL database. Tip: You …

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

    Feb 6, 2026 · In SQL Server, this statement creates a new database and the files used and their filegroups. It can also be used to …

  3. Create a Database - SQL Server | Microsoft Learn

    Aug 7, 2025 · Create a database in SQL Server by using SQL Server Management Studio or Transact-SQL. View recommendations …

  4. SQL CREATE DATABASE - GeeksforGeeks

    Jun 11, 2026 · To create a new database in MySQL, we use CREATE DATABASE command followed by the database name. …

  5. Create Database in MS SQL Server - GeeksforGeeks

    Jul 15, 2025 · Create Database in SQL Server Creating a database in MS SQL Server is a fundamental task that involves setting up …

  6. How to Create a Database (Step-by-Step Guide) - exasol.com

    Mar 19, 2026 · Learn how to create a database using SQL, Exasol, SQL Server, MySQL, PostgreSQL, or cloud platforms with clear …

  7. SQL Tutorial - W3Schools

    SQL is a standard language for storing, manipulating and retrieving data in databases. Our SQL tutorial will teach you how to use …

  8. SQL CREATE DATABASE Statement (With Examples) - Programiz

    The SQL CREATE DATABASE statement is used to create databases. In this tutorial, you will learn about the SQL CREATE …

  9. SQL Create Database Valuable Tutorial with T-SQL and SSMS

    Dec 11, 2024 · In this article, we look at how to create an SQL Server database using SSMS and also using T-SQL scripts with …

  10. Step-by-Step Guide to Creating and Querying a SQL Server Database

    Mar 9, 2025 · How to Create and Manage a SQL Server Database: A Step-by-Step Guide Managing a database in SQL Server is a …