About 48,300,000 results
Open links in new tab
  1. How to Create a SQL Server Database (No Command Line) - wikiHow

    May 12, 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) …

  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. SQL CREATE DATABASE - GeeksforGeeks

    5 days ago · 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 Server. …

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

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

  6. Learn SQL: CREATE DATABASE & CREATE TABLE Operations - SQL

    Dec 5, 2019 · In this part, we’ll start with two essential commands in SQL: Create Database and Create Table. While both are pretty simple, they should be used first before you start working …

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

    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 …

  8. SQL CREATE DATABASE Statement - Tutorial Republic

    In this tutorial you will learn how to create database in a relational database management system like, MySQL, SQL Server, etc. using SQL. Before doing anything with the data we must need …

  9. SQL Create Database: A How-To Guide | Database Star: Home

    Jul 14, 2020 · The easiest way to create a new database is to use the CREATE DATABASE command: Add in the name of your database, run the command, and the new database is …

  10. Create Database in SQL Server 2019 - TutorialsTeacher.com

    There are two ways to create a new user database in SQL Server: You can execute the SQL script in the query editor using Master database. The following creates 'HR' database. The …

Refresh