post_img

05-DML

摘要

DML insert insert into table_1(column_1,…) values (value_1,…) …

post_img

04-DDL

摘要

DDL 语法 create table table_1( column_1 type constraint, … ); — …

post_img

03-DQL

摘要

DQL 单表查询 执行顺序: from(从那张表)–> where(筛选有用的数据)–> group by(进行分组)–> …

post_img

01-总结

摘要

总结 SQL、DB、DBSM关系 DB-数据库 DBSM-数据库管理系统 SQL-结构化查询语言 DBSM–>(执行)–>SQ …