About 727,000 results
Open links in new tab
  1. SQL CREATE DATABASE Statement - W3Schools

    CREATE DATABASE Example The following SQL statement creates a database called "testDB":

  2. CREATE DATABASE (Transact-SQL) - SQL Server | Microsoft Learn

    Oct 3, 2025 · Creates a new database. Select one of the following tabs for the syntax, arguments, remarks, permissions, and examples for a particular SQL version with which you're working.

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

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

    Dec 11, 2024 · In this article, we look at how to create an SQL Server database using SSMS and also using T-SQL scripts with several examples.

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

    The SQL CREATE DATABASE statement is used to create databases. In this tutorial, you will learn about the SQL CREATE DATABASE statement in SQL with the help of examples.

  6. SQL CREATE DATABASE Statement - Tutorial Republic

    SQL CREATE DATABASE Statement In this tutorial you will learn how to create database in a relational database management system like, MySQL, SQL Server, etc. using SQL.

  7. Create Database in SQL Server - TutorialsTeacher.com

    In SQL Server, a database is made up of a collection of objects like tables, functions, stored procedures, views etc. Each instance of SQL Server can have one or more databases.

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

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

  10. Create Database in SQL Server - Tutorial Gateway

    Let us see how to create a Database in SQL Server, Rename, and Delete DB with an example of each. Before we start creating a new database, let us see the list of available ones on the server.