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

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

  4. How to Create Your Own Database to Practice SQL

    Oct 17, 2023 · Welcome to the step-by-step guide to creating your own SQL database from scratch, designed with beginners in mind. This guide helps you set up your database and also …

  5. SQL CREATE DATABASE | GeeksforGeeks

    Apr 12, 2025 · Creating a database in SQL is one of the first steps in database management and development. The CREATE DATABASE statement allows you to structure your data …

  6. SQL CREATE - W3Schools

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

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

  8. Create Database in MS SQL Server - GeeksforGeeks

    Aug 14, 2024 · Creating a database in MS SQL Server is a fundamental task that involves setting up a structured environment to store, manage and retrieve data efficiently.

  9. How to Create Database in SQL: Step-by-Step Guide

    May 3, 2025 · Follow this step-by-step guide to Create Databases in SQL, from initial setup to advanced queries for managing and organizing data efficiently

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

    Dec 11, 2024 · There is always the need to create a new database in a SQL Server and in this article, we look at how this can be done using the SSMS GUI and also using T-SQL scripts to …

  11. Some results have been removed
Refresh