A:連接查詢Student表和Scores表 B:復(fù)制Student表 C:復(fù)制Scores表 D:這是一條錯(cuò)誤語句,毫無意義
A:SELECT學(xué)號FROMStudentsGROUPBY學(xué)號HAVINGMin(成績)>70 B:SELECT學(xué)號FROMStudentsGROUPBY學(xué)號HAVING成績>70 C:SELECT學(xué)號FROMStudentsHAVINGMin(成績)>70 D:SELECT學(xué)號FROMStudentsHAVING成績>70
A、Excel B、Word C、另一數(shù)據(jù)庫 D、數(shù)據(jù)表