多項選擇題

如下表student中,如何篩選type為包含數(shù)學(xué)或語文的記錄?() 
ID type score:
A01數(shù)學(xué)78;
A02語文76;
A03英語90;
A04數(shù)學(xué)68;
A05英語84。

A.select*from student where type=”數(shù)學(xué)”and type=”語文”
B.select*from student where type=”數(shù)學(xué)”or type=”語文”
C.select*from student where type in(”數(shù)學(xué)”,”語文”)
D.select*from student where type in(”數(shù)學(xué)”、”語文”)

微信掃碼免費(fèi)搜題