About 863,000 results
Open links in new tab
  1. 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 …

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

  3. How to Create a SQL Server Database (No Command Line) - wikiHow

    Apr 14, 2025 · SQL Server databases are some of the most common databases in use, thanks in part to how easy it is to create and maintain them. With a free graphical user interface (GUI) …

  4. Create Database in MS SQL Server - GeeksforGeeks

    Aug 14, 2024 · Databases can be created using Transact-SQL (T-SQL) scripts or through the user-friendly interface of SQL Server Management Studio (SSMS), allowing users to …

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

  6. Create Database SQL Server with SSMS or T-SQL

    Jul 5, 2022 · Creating a database in a test environment can be a quick and easy task and can be done using the SSMS GUI or by running a simple T -SQL statement in a SQL Server …

  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. SQL Create Database Valuable Tutorial with T-SQL and SSMS

    Dec 11, 2024 · The SQL Server database can be created using SQL Server Management Studio or CREATE DATABASE statements. First, we will discuss a brief overview of SQL Server …

  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. How to Create Database in SQL: Step-by-Step Guide - The …

    Mar 10, 2025 · Read this blog to learn about the steps involved in Creating a Database in SQL. Explore the different types of SQL and their commands and gain insights into best practices. …

  11. Some results have been removed
Refresh