A.select*from TABLE_NAME where rowcount=10 B.selectTOP 10*from TABLE_NAME C.selectTOPof 10*from TABLE_NAME D.select*from TABLE_NAME wherer owcount<=10
A.Pubs B.Master C.Northwind D.Msdb
A.若數(shù)據(jù)庫中已存在表book2,則會提示錯誤。 B.若數(shù)據(jù)庫中已存在表book2,則語句執(zhí)行成功,并且表book2中的bookid自動設(shè)為標(biāo)識。 C.若數(shù)據(jù)庫中不存在表book2,則語句執(zhí)行成功,并且表book2中的bookid自動設(shè)為主鍵。 D.若數(shù)據(jù)庫中不存在表book2,則語句執(zhí)行成功,并且表book2中的bookid自動設(shè)為標(biāo)識。