About 107,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

    Aug 7, 2025 · 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-SQL, …

  3. SQL CREATE DATABASE and CREATE TABLE - GeeksforGeeks

    Aug 26, 2025 · CREATE command in SQL is used to define new databases and tables. A database acts as a container that holds related objects such as tables, views and procedures, while a table stores …

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

  5. How to Create Your Own Database to Practice SQL - LearnSQL.com

    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 introduces you …

  6. Step-by-Step Guide to Creating and Querying a SQL Server Database

    Mar 9, 2025 · How to Create and Manage a SQL Server Database: A Step-by-Step Guide. Managing a database in SQL Server is a fundamental skill for database administrators and developers. This …

  7. 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 create a SQL …

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

    Oct 22, 2025 · Database engineers and developers utilise this statement to create new Databases on their systems, with a name specified in the statement. According to the State of Developer …

  9. Create a database in SQL Server - 3 best methods - Devart Blog

    Jan 10, 2025 · Understanding how to create a database in SQL Server is essential for managing data effectively in today’s business environment. The process enables better structure, access control, …

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