A.創(chuàng)建了這個視圖后,就不能向product表中插入unitptice<1000的記錄了 B.檢果項unitprice>1000只對視圖有效,對product表并無限制 C.創(chuàng)建了這個視圖后,對該視圖和表Product就都有unitprice>1000的限制 D.創(chuàng)建了這個視圖后,就不能向該視圖中插入unitprice<=1000的記錄了
某學校的網絡中安裝了數(shù)據(jù)庫服務器,服務器上運行的應用軟件為SQLServer2000,服務器上有一個用戶數(shù)據(jù)庫表students_info,用于存儲學生的相關信息.現(xiàn)在網絡管理員需要在數(shù)據(jù)庫表中查找學生張曉紅的基本信息,他使用了下面的查詢語句。在查詢過程中使用的索引為()索引. SELECT*FROM students_info WHERE CONTAINS(student_name,’張曉紅’)
A.聚集 B.非聚集 C.惟一 D.全文
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”