008-SQL分类、数据类型、序列
分类:
1、DDL(定义语句)create,alter,drop
不需要commit
1、DML(操纵语句)
Insert ,update,delete
Select ....for update
008-SQL分类、数据类型、序列
分类:
1、DDL(定义语句)create,alter,drop
不需要commit
1、DML(操纵语句)
Insert ,update,delete
Select ....for update
转载于:https://www.cnblogs.com/sheying/p/8532600.html