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

  2. SQL CREATE DATABASE and CREATE TABLE - GeeksforGeeks

    Aug 26, 2025 · To create a new database in SQL, we use CREATE DATABASE command followed by the database name. Database names cannot contain spaces; if needed, an underscore (_) can be …

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

    May 12, 2025 · With a free graphical user interface (GUI) program such as SQL Server Management, you don't need to worry about fumbling around with the command line. See Step 1 below to create a …

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

    Dec 11, 2024 · First, we will discuss a brief overview of SQL Server databases, followed by step-by-step instructions to create the database using both methods as well as examples.

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

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

    Mar 9, 2025 · This guide walks you through creating a database, connecting to it, creating tables, inserting data, and executing various queries to retrieve meaningful information.

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

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

    Oct 22, 2025 · If you are just starting out on SQL, then delve into this blog to learn How to Create a Database in SQL. The first step in storing the structured data in a Database is the 'CREATE …

  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. Create Database in SQL Server - TutorialsTeacher.com

    Open SSMS and in Object Explorer, connect to the SQL Server instance. Expand the database server instance where you want to create a database. Right-click on Databases folder and click on New …