在SQL Server 2000的查询分析器中,小李用如下的语句创建视图Create view highSelect*from product where unitprice>1000with check option则下列说法正确的是()
- A、创建了这个视图后,就不能向product表中插入unitptice<1000的记录了
- B、检果项unitprice>1000只对视图有效,对product表并无限制
- C、创建了这个视图后,对该视图和表Product就都有unitprice>1000的限制
- D、创建了这个视图后,就不能向该视图中插入unitprice<=1000的记录了
正确答案:A,D
答案解析:有

微信扫一扫手机做题