explain the basic command in MySQL that include :
data types (int, varchar, date, double, blob)
create database
Show databases
Drop database
use
Create table ---------- NOT NULL, DEFAULT, UNIQUE, PRIMARY KEY ------
Drop table
truncate table
Show tables
Alter table - ADD - DROP - MODIFY