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

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

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

    Dec 19, 2024 · You can use one CREATE DATABASE statement to create a database and the files that store the database. SQL Server implements the CREATE DATABASE statement by …

  3. SQL CREATE DATABASE | GeeksforGeeks

    Apr 12, 2025 · The CREATE DATABASE Command is used to create a new database within a SQL based Database Management System (DBMS) such as MySQL, PostgreSQL, or SQL …

  4. Create Database in MS SQL Server - GeeksforGeeks

    Aug 14, 2024 · The MySQL CREATE DATABASE statement is used to create a new database. It allows you to specify the database name and optional settings, such as character set and …

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

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

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

    Dec 11, 2024 · The CREATE DATABASE command is used to create a new database in SQL Server. Using the CREATE DATABASE statement helps to automate the deployment process. …

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

  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: CREATE DATABASE …

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

Refresh