About 19,100,000 results
Open links in new tab
  1. T-SQL Tutorial: Create and query database objects - SQL Server

    Nov 22, 2024 · This lesson shows you how to create a database, create a table in the database, and then access and change the data in the table.

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

  3. SQL CREATE DATABASE - GeeksforGeeks

    Apr 12, 2025 · The CREATE DATABASE Command is used to create a new database within a SQL based Database Management System (DBMS) such as MySQL, PostgreSQL, or SQL …

  4. How to Run a SQL Query: Your Ultimate Guide

    Jun 2, 2023 · Running a SQL query is an essential skill for anyone working with databases. Structured Query Language (SQL) provides a way to manipulate, retrieve, and analyze data …

  5. SQL Create Database - Online Tutorials Library

    SQL Create Database - Learn how to create a database in SQL with this tutorial, covering syntax, examples, and best practices for database management.

  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. SQL CREATE DATABASE Statement (With Examples) - Programiz

    In this tutorial, you will learn about the SQL CREATE DATABASE statement in SQL with the help of examples.

  8. How to Create Your Own Database to Practice SQL

    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 …

  9. SQL - CREATE Database: A Beginner's Guide - W3schools

    In SQL, we use the CREATE DATABASE statement to do this. It's like saying, "Hey SQL, I want to build a new digital kingdom!" Here's the basic syntax: Let's try creating a database for a …

  10. Learn SQL: CREATE DATABASE & CREATE TABLE Operations

    Dec 5, 2019 · In this part, we’ll start with two essential commands in SQL: Create Database and Create Table. While both are pretty simple, they should be used first before you start working …

  11. Some results have been removed