About 1,490,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 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 …

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

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

    Dec 11, 2024 · This tutorial will discuss how to create a database in SQL Server. The SQL Server database can be created using SQL Server Management Studio or CREATE DATABASE …

  6. Create SQL Server Database using SQL Server Management

    Oct 22, 2019 · You’re new to SQL Server and need to create a database. It sounds like a simple enough task, but how do we do it? Let’s step through the database creation process using …

  7. SQL 101: a Beginner’s Guide to SQL Database Programming

    Mar 20, 2025 · When you need information from a database, you use SQL queries. A query is simply a request for specific data, written in a way that resembles plain English. ... A good way …

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

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

  10. SQL - CREATE Database: A Beginner's Guide - W3schools

    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 the basic syntax: Let's try creating a database for a …

  11. Some results have been removed
Refresh