About 144,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. 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!

  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 …

  4. MySQL CREATE DATABASE - Creating a New Database in MySQL

    Summary: in this tutorial, you will learn how to use the MySQL CREATE DATABASE statement to create a new database on a MySQL server. To create a new database in MySQL, you use the …

  5. How to Create a SQL Server Database (No Command Line) - wikiHow

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

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

    Dec 11, 2024 · There is always the need to create a new database in a SQL Server and in this article, we look at how this can be done using the SSMS GUI and also using T-SQL scripts to …

  8. How to Create a MySQL Database: Complete Guide

    1 day ago · How to Create a MySQL Database: Complete Guide A database is the foundation of any dynamic web application. WordPress sites, e-commerce stores, CRM systems, forums — …

  9. How To Create A New Database In Microsoft Sql Server …

    Jan 1, 2025 · As a developer, you will deal with the very basic task of creating a new database in your SQL server. In this article, I will walk you through all the possible approaches to create a …

  10. Create Database in SQL Server - TutorialsTeacher.com

    Expand the database server instance where you want to create a database. Right-click on Databases folder and click on New Database.. menu option. In New Database window, enter a …