`
qinya06
  • 浏览: 582211 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

oracle sql 基础

阅读更多
视图;
create or replace view my_view
 as
select * from books where id>30
with check option


往视图 插入数据 ,不符合id>30 ,无法插入成功

create or replace view my_view
 as
select * from books where id>30
with read only


-------------------------------------------------------------------------------
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics