+ 1
how to creat database?
Creat TABLE
2 Réponses
+ 4
Kyi Than
To create database in MySQL, the syntax is:-
`CREATE DATABASE DATABASE_NAME;`
And to use the database, syntax is:-
`USE DATABASE_NAME;`
+ 1
In this way as in the example:
https://sololearn.com/compiler-playground/chVSZI2LB2HE/?ref=app