About 29,900 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. SQL CREATE DATABASE and CREATE TABLE - GeeksforGeeks

    Aug 26, 2025 · A database acts as a container that holds related objects such as tables, views and procedures, while a table stores data in rows and columns. We will learn how to create …

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

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

  7. How to Create Your Own Database to Practice SQL - LearnSQL.com

    Oct 17, 2023 · Welcome to the step-by-step guide to creating your own SQL database from scratch, designed with beginners in mind. This guide helps you set up your database and also …

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

  9. How to Create a MySQL Database: Complete Guide

    2 days 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 — …

  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 …