About 33,700,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 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 …

  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 Server CREATE DATABASE By Practical Examples - SQL

    This tutorial shows you how to create a new database in SQL Server using CREATE DATABASE statement or SQL Server Management Studio.

  6. 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: CREATE DATABASE …

  7. SQL Create Database: A How-To Guide - Database Star

    Jun 9, 2023 · 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 …

  8. SQL CREATE DATABASE - W3Schools

    Learn how to create a new database in a Relational Database Management System (RDBMS) using the SQL CREATE DATABASE statement. Discover the basic syntax and options …

  9. Free Databases for Beginners: Where to Start? | LearnSQL.com

    Apr 17, 2025 · Then create and use a database by running: ... In the BigQuery Console, click "Create Dataset," choose a name, and click "Create." Use the SQL workspace in the browser …

  10. How to Create Database in SQL: Step-by-Step Guide - The …

    May 3, 2025 · Users can create Databases in SQL using the following two methods: Create a Database using T-SQL. A user can execute an SQL script in the query editor, using the …

  11. Some results have been removed
Refresh