About 237,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 explains …

  2. SQL CREATE DATABASE and CREATE TABLE - GeeksforGeeks

    Aug 26, 2025 · CREATE command in SQL is used to define new databases and tables. A database acts as a container that holds related objects such as tables, views and procedures, while a table stores …

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

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

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

  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. How to Make SQL Database: A Beginner’s Guide to SQL Create ...

    This guide will walk you through the fundamental concepts and practical steps of making an SQL database, focusing on the SQL Create Database command, its syntax, and best practices.