上一页 1 ··· 333 334 335 336 337 338 339 340 341 ··· 493 下一页
  2013年11月3日
摘要: schema(模式)一个用户下一组对象的集合,一般与用户名一致。视图CREATE [OR REPLACE] [FORCE|NOFORCE] VIEW view[(alias[, alias]...)]AS subquery[WITH CHECK OPTION [CONSTRAINT constraint]][WITH READ ONLY [CONSTRAINT constraint]];create view empvu80 as select employee_id, last_name, salary from employees where department_id = 80;desc 阅读全文
posted @ 2013-11-03 16:13 逝者如斯(乎) 阅读(335) 评论(0) 推荐(0)
上一页 1 ··· 333 334 335 336 337 338 339 340 341 ··· 493 下一页