About 677,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 DATABASE (Transact-SQL) - SQL Server | Microsoft Learn

    Apr 27, 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 …

  3. SQL CREATE DATABASE | GeeksforGeeks

    Apr 12, 2025 · The CREATE DATABASE statement allows you to structure your data effectively by defining new databases within your SQL environment. By following the syntax and best …

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

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

    Here, the SQL command creates a database named my_db. The syntax of the SQL CREATE DATABASE statement is: Here, If a database already exists, SQL will throw an error while …

  6. SQL Server Create Database Examples

    Dec 11, 2019 · Let’s start with the simplest possible CREATE DATABASE statement we can do. This is simply ‘CREATE DATABASE database_name’. The following will create a database …

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

  8. SQL Create Database - Syntax, Use Cases, and Examples

    The complete guide to SQL Create Database. Learn the syntax, parameters, use cases and find practical examples in the Hightouch SQL Dictionary.

  9. SQL CREATE DATABASE Statement - BeginnersBook

    Jul 1, 2024 · SQL create database statement is used to create a database with the specified name. Before you create tables and insert data into the tables, you need to create a database. …

  10. SQL Create Database - Online Tutorials Library

    SQL Create Database - Learn how to create a database in SQL with this tutorial, covering syntax, examples, and best practices for database management.

  11. Some results have been removed
Refresh