70
Create Database
Create a database named “Products”.
Syntax:
Example:
Show Database
SHOW DATABASES command is used to see the databases we have created.
Syntax:
Output:
You can see the created database “Products”.
Next TopicMariaDB Select Database