2010年4月12日月曜日

with read only

VIEWの定義時に指定する。
VIEWを通じての操作は、読み取りだけ。(読み取り専用)

e.x.)
create view emp_view
as select detno,count() cnt from emp
group by deptno
with read only.

0 件のコメント:

コメントを投稿