1. SQL 分类 SQL通用语法 分号结尾 关键字大写 注释 # DDL create database if not exists zpp default charset utfmb4; drop database name; select database()'' CREATE TABLE