About 46,200,000 results
Open links in new tab
  1. 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 …

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

  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. MySQL CREATE DATABASE - Creating a New Database in …

    This tutorial shows you step by step how to use the MySQL CREATE DATABASE statement to create a new database in the MySQL server.

  6. Creating a database from scratch: Part 1 – Understanding the basics

    So, you've decided to make your own database. But do you even know where to begin? Let us help you get a basic grasp of the fundamentals.

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

    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 …

  9. How to Create a Database in SQL: Beginner’s Guide with Examples

    Jul 23, 2025 · Learn how to create a database using SQL with easy-to-follow examples. Understand the CREATE DATABASE statement, avoid common errors like ERROR 1044, and …

  10. How to Make SQL Database: A Beginner’s Guide to SQL Create Database ...

    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.