The Series of MySQL -4- MySQL User Management - EP 04_02
HI Hi, Greetings!
Happy February
Hi Everyone,
Today, I would like to share with you an article about the fourth episode of Series of MySQL (MySQL Database), and the content is given below.
a. Create Database
b. Select Database
c. Show Databases
d. Drop Database
e. Copy Database
Select Database
The SELECT Database command in MySQL is used to select a database to work with. This query is used when MySQL Server supports multiple databases.
To select a specific database, use the SQL statement "USE."
Syntax:
USE database_name;
Example:
Let's use the database name "empdb" as an example.
USE empdb;
It will seem as follows:
You are welcome to like and leave feedback in the comment area.
Link:
EP 03_01:
The Series of MySQL - 4 - MySQL User Management - EP 04_01
EP 03_03:
EP 03_04:
EP 03_05:
Source:
https://www.w3schools.com/mySQl/default.asp
https://www.mysqltutorial.org/mysql-basics/
M M Zaheer Hussain
Stay Safe!