创建视图jsj_book
create or replace view jsj_book
as
select*
from book
where 图书编号='计算机'
with check option;
2.插入记录
insert into jsj_book
values(数据 汉字用单引号括出)