2017年11月5日

Oracle基础篇--03DML语言

摘要: 1.数据准备: --创建表格的 create table dept as select * from scott.dept; create table emp as select * from scott.emp; select * from dept;--部门表 select * from emp 阅读全文

posted @ 2017-11-05 00:24 lukelin1989 阅读(136) 评论(0) 推荐(0)

导航