SQL
- DDL: Create Table, Drop Table
- DML: Select, Insert, Delete, Update
Select Col_1,Col_2,...,Col_n - what to return
From Rel_1,Rel_2,...,Rel_m - relation
Where Boolean Condition - combine filter
SQL
Select Col_1,Col_2,...,Col_n - what to return
From Rel_1,Rel_2,...,Rel_m - relation
Where Boolean Condition - combine filter
转载于:https://www.cnblogs.com/charon922/p/8387863.html