About 3,220,000 results
Open links in new tab
  1. How to create database in MySQL with numeric name?

    May 28, 2015 · if you want to create a database with such a name, you should use backticks like: this works (at least for MySQL 5.5). but it is a very VERY bad idea to do that. You should stick …

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

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

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

  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 Database in MySQL (Create MySQL Tables)

    Jul 17, 2024 · Here is how to create a database in MySQL: CREATE DATABASE is the SQL command used for creating a database in MySQL. Imagine you need to create a database …

  6. SQL - CREATE Database: A Beginner's Guide - w3schools.tech

    CREATE Database Statement Now, let's learn how to create our very own database. In SQL, we use the CREATE DATABASE statement to do this. It's like saying, "Hey SQL, I want to build a …

  7. Create a Database with a Numeric Name in MySQL

    Dec 16, 2019 · Learn how to create a database with a numeric name in MySQL, including syntax and examples to guide you through the process.

  8. Creating Database in Mysql - MySQL Tutorial

    Summary: in this tutorial, you will learn how to create a new database in MySQL in different ways with examples. In order to create tables and subsequently store data into them, you need to …

  9. (6) Create database name college and perform | StudyX

    It describes creating a database named "college" and adding a table with roll number and name, but it lacks crucial details for a complete solution. To provide a comprehensive answer, I need …

  10. MySQL :: MySQL 9.2 Reference Manual :: 5.3 Creating and Using a …

    For this reason, you should probably ask your MySQL administrator for permission to use a database of your own. Suppose that you want to call yours menagerie. The administrator …

Refresh