A.Insert Into 學(xué)生成績 Select * From 學(xué)生成績備份
B.Select * From 學(xué)生成績備份 Insert Into 學(xué)生成績
C.Insert Into 學(xué)生成績 Select * From 學(xué)生成績備份 where 學(xué)生成績.學(xué)號=學(xué)生成績備份.學(xué)號
D.Select * From 學(xué)生成績備份 where 學(xué)生成績.學(xué)號=學(xué)生成績備份.學(xué)號 Insert Into 學(xué)生成績