网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
根据SQL标准,创建一个视图abc,通过该视图只能对表student中系dept为‘IS’的记录进行更新操作。下面哪条语句适用?()
A create view abc as select * from student where dept=’IS’
B create view abc as select * from student where dept=’IS’ with check option
C create view abc as student where dept=’IS’
D create view abc as select dept=’IS’ from student
参考答案
更多 “ 根据SQL标准,创建一个视图abc,通过该视图只能对表student中系dept为‘IS’的记录进行更新操作。下面哪条语句适用?()A create view abc as select * from student where dept=’IS’B create view abc as select * from student where dept=’IS’ with check optionC create view abc as student where dept=’IS’D create view abc as select dept=’IS’ from student ” 相关考题
考题
下列关于MySQL基本表和视图的描述中,错误的是()
A、对基本表和视图的操作完全相同B、只能对基本表进行查询操作,不能对视图进行查询操作C、只能对基本表进行更新操作,不能对视图进行更新操作D、能对基本表和视图进行更新操作,但对视图的更新操作是受限制的
考题
在Visual FoxPro中,以下关于视图描述中错误的是A.通过视图可以对表进行查询B.通过视图可以对表进行更新C.视图是一个虚表D.视图就是一种查询
热门标签
最新试卷