About 26,200,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 creating any database. Once a database is created, you can check it in the list of databases with the following SQL command: SHOW DATABASES;

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

  3. 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 Server. A database acts as a container where all your data tables, views, stored procedures, and more are stored.

  4. 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 SQL Server Management Studio (SSMS).

  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. 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 created. This statement will work on MySQL, SQL Server, and PostgreSQL. For example, to create a new database called employee, run this command: A new …

  7. 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 available for creating a database.

  8. SQL - CREATE Database: A Beginner's Guide - w3schools.tech

    You now know how to create a database, list all databases, and select a specific database to use. These are fundamental skills that you'll use throughout your SQL journey.

  9. SQL CREATE DATABASE Statement (With Examples) - Programiz

    In this tutorial, you will learn about the SQL CREATE DATABASE statement in SQL with the help of examples.

  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 database first.

  11. Some results have been removed
Refresh