数据库系统概论笔记

SQL 语句记录一、查询 单体查询: select a from b多重查询: select a,b from c全部查询: select * from b简单的单体转换: a, b A...

数据库