About 1,780,000 results
Open links in new tab
  1. CREATE DATABASE (Transact-SQL) - SQL Server | Microsoft Learn

    Oct 3, 2025 · You can use the CREATE DATABASE statement to create a read-only, static view, a database snapshot of the source database. A database snapshot is transactionally …

  2. SQL CREATE DATABASE Statement - W3Schools

    CREATE DATABASE Example The following SQL statement creates a database called "testDB":

  3. SQL CREATE DATABASE and CREATE TABLE - GeeksforGeeks

    Aug 26, 2025 · To create a new database in SQL, we use CREATE DATABASE command followed by the database name. Database names cannot contain spaces; if needed, an …

  4. 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 several examples.

  5. How to Create a Database: Key Steps & Best Practices

    Jul 2, 2025 · Find out how to create a database with our practical guide. Learn how to set up, build, and manage a database from scratch. Begin your database project today!

  6. 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 DATABASE statement in SQL with the help of examples.

  7. SQL CREATE DATABASE Statement - Tutorial Republic

    SQL CREATE DATABASE Statement In this tutorial you will learn how to create database in a relational database management system like, MySQL, SQL Server, etc. using SQL.

  8. 15.1.12 CREATE DATABASE Statement - MySQL

    A database in MySQL is implemented as a directory containing files that correspond to tables in the database. Because there are no tables in a database when it is initially created, the …

  9. SQL CREATE DATABASE - W3Schools

    Learn how to create a new database in a Relational Database Management System (RDBMS) using the SQL CREATE DATABASE statement. Discover the basic syntax and options …

  10. Create a new database - Microsoft Support

    It explains how to create a desktop database by using a template, and how to build a database from scratch by creating your own tables, forms, reports, and other database objects.