oracle数据库

1.数据库的5种数据操作模式:

DDL:data definition language,数据定义语言(create ,drop, alter,truncate,rename)

DML:manipulation(insert,update,delete),数据操作语言

DCL:control(grant,revoke),数据控制语言

TCL:transaction control(commit,rollback,savepoint),事物控制语言,针对DML操作

DQL:query(select);数据查询语言

2.多表连接的方式:自连接,外连接,等值连接,非等值连接

3.单行函数:字符函数(大小写转换,字符处理),数字函数,日期函数,转换函数(显示、隐式),decode

4.多行函数(分组函数):avg,sum,count,max,min

posted @ 2018-04-01 20:57  正厚7期-何娜  阅读(105)  评论(0)    收藏  举报