单项选择题

用填充因子80重建pubs数据库中authors表上的索引idxPK,ghd正确的语句是()

A.CREATEINDEXinxPKONauthors(au_id)
B.DBCCDBREINDEX(‘pubs.dbo.authors’,idxPK,80%)
C.DBCCDBREINDEX(‘pubs.dbo.authors’,idxPK,80)
D.RECREATEINDEXinxPKONauthors(au_id)