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

    The CREATE DATABASE statement is used to create a new SQL database. The following SQL statement creates a database called "testDB": Tip: Make sure you have admin privilege …

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

    Feb 6, 2026 · 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 …

  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 Statement (With Examples) - Programiz

    In this tutorial, you will learn about the SQL CREATE DATABASE statement in SQL with the help of examples.

  5. How to Create a Database in SQL Server Using Command Line?

    Oct 19, 2023 · In this SQL Server tutorial, you will understand how to create a database in SQL Server using command line. I will show you a step-by-step process from connecting to the …

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

  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. SQL Create/Alter Database - w3resource

    5 days ago · In SQL, the CREATE DATABASE statement is used to create a database though the ANSI standard does not contain a CREATE DATABASE statement. The database names …

  9. SQL Server CREATE DATABASE By Practical Examples

    This tutorial shows you how to create a new database in SQL Server using CREATE DATABASE statement or SQL Server Management Studio.

  10. SQL CREATE DATABASE Statement - Online Tutorials Library

    Learn how to create a database in SQL with this comprehensive guide, covering syntax, examples, and best practices for database management.