About 752,000 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 before …

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

    Dec 19, 2024 · 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. Create a database - SQL Server | Microsoft Learn

    Jul 22, 2024 · This article describes how to create a database in SQL Server by using SQL Server Management Studio or Transact-SQL. To create a database in Azure SQL Database using T …

  4. SQL CREATE DATABASE | GeeksforGeeks

    Apr 12, 2025 · The CREATE DATABASE statement allows you to structure your data effectively by defining new databases within your SQL environment. By following the syntax and best …

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

    SQL CREATE DATABASE Syntax. The syntax of the SQL CREATE DATABASE statement is: CREATE DATABASE DB_NAME; Here, CREATE DATABASE command creates a database ; …

  6. SQL Server Create Database Examples - MSSQLTips.com

    Dec 11, 2019 · Simple Command to Create a SQL Server Database. Let’s start with the simplest possible CREATE DATABASE statement we can do. This is simply ‘CREATE DATABASE …

  7. SQL Server CREATE DATABASE By Practical Examples - SQL Server Tutorial

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

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

    Dec 11, 2024 · Example 1: Create a Database with Default Settings. The syntax of the T-SQL query applied to create a database with default settings is as follows: CREATE DATABASE …

  9. SQL - CREATE Database: A Beginner's Guide - W3schools

    In SQL, we use the CREATE DATABASE statement to do this. It's like saying, "Hey SQL, I want to build a new digital kingdom!" Here's the basic syntax: Let's try creating a database for a …

  10. 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 …

  11. Some results have been removed
Refresh