oracle精华笔记

时间:2021-10-11 05:19:09
【文件属性】:

文件名称:oracle精华笔记

文件大小:198KB

文件格式:DOC

更新时间:2021-10-11 05:19:09

oracle

oracle精华文档,内容详实, SQL(结构化查询语言) Select 字段(*) from 表名 where ...group by ...having ...order by DDL(数据定义语言) Create table 表名 Drop table 表名 Alter table 表名 add 列名 数据类型 Alter table 表名 drop column 列名


网友评论