多項選擇題在SQL Server 2000的查詢分析器中,小李用如下的語句創(chuàng)建視圖Create view highSelect*from product where unitprice>1000with check option則下列說法正確的是()
A.創(chuàng)建了這個視圖后,就不能向product表中插入unitptice<1000的記錄了
B.檢果項unitprice>1000只對視圖有效,對product表并無限制
C.創(chuàng)建了這個視圖后,對該視圖和表Product就都有unitprice>1000的限制
D.創(chuàng)建了這個視圖后,就不能向該視圖中插入unitprice<=1000的記錄了
您可能感興趣的試卷
你可能感興趣的試題
2.多項選擇題于SQL Server 2000,下列BcP語句—定不正確的是()
A.bcp“northwind.dbo.employees"out”employees.txt"-C-q-U”,sa”-P”sa”
B.bcp“northwind.dbo.employees"to“emptoyees.txt"-c-q-U”sa”-P”sa”
C.bcp”northwind.dbo.employees"in“employees.txt"-c-q-U"sa”-P”sa”
D.bcp“northwind.dbo.employees"from“employees.txt”-c-q-U”sa”-P”sa”