About 775,000 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. Syntax

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

    Apr 27, 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 …

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

  5. SQL Server Create Database Examples

    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 …

  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 - Online Tutorials Library

    SQL Create Database - Learn how to create a database in SQL with this tutorial, covering syntax, examples, and best practices for database management.

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

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

    Now, let's learn how to create our very own database. 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 …

  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