About 219,000,000 results
Open links in new tab
  1. Create a new database - Microsoft Support

    It explains how to create a desktop database by using a template, and how to build a database from scratch by creating your own tables, forms, reports, and other database objects. It also …

  2. Create Database in MS SQL Server - GeeksforGeeks

    Jul 15, 2025 · Databases in Microsoft SQL Server are crucial for managing data, categorized into system databases, which are auto-created and user databases, created by users. In this …

  3. How to Create a Database: Key Steps & Best Practices

    Jul 2, 2025 · Find out how to create a database with our practical guide. Learn how to set up, build, and manage a database from scratch. Begin your database project today!

  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. How to Create a SQL Server Database (No Command Line)

    May 12, 2025 · SQL Server databases are some of the most common databases in use, thanks in part to how easy it is to create and maintain them. With a free graphical user interface (GUI) …

  6. MySQL CREATE DATABASE Statement - W3Schools

    The MySQL CREATE DATABASE Statement The CREATE DATABASE statement is used to create a new SQL database. Syntax

  7. Your Own Database: Complete Tutorial for Beginners - GSB

    Nov 3, 2024 · Creating a database is a valuable skill that can streamline data management, improve efficiency, and provide customized solutions tailored to your needs. Whether you’re …

  8. SQL CREATE DATABASE Statement - Online Tutorials Library

    The CREATE DATABASE statement in SQL is used to create a new database in your database management system (DBMS). It is part of SQL's Data Definition Language (DDL), which is …

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

  10. Create a Database - SQL Server | Microsoft Learn

    Aug 7, 2025 · 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 …