Appearance
SHOW TABLES
DESC user;
CREATE TABLE IF NOT EXISTS `users` ( name VARCHAR(20), age INT, height DOUBLE )