多項選擇題
如下表student中,如何篩選type為包含數(shù)學或語文的記錄?()
ID type score:
A01數(shù)學78;
A02語文76;
A03英語90;
A04數(shù)學68;
A05英語84。
A.select*from student where type=”數(shù)學”and type=”語文”
B.select*from student where type=”數(shù)學”or type=”語文”
C.select*from student where type in(”數(shù)學”,”語文”)
D.select*from student where type in(”數(shù)學”、”語文”)
您可能感興趣的試卷
你可能感興趣的試題
1.多項選擇題天貓分析人員希望通過聚類方法定位代商家刷信用級別的違規(guī)者,以下那種操作不應該進行()
A.對變量進行標準化
B.對變量進行百分位秩或Turkey正態(tài)性轉換
C.對變量進行因子分析或聚類分析
D.對變量進行分箱處理
2.多項選擇題以下哪個聚類分析的方法是利用統(tǒng)計學定義的距離進行度量()
A.層次聚類法
B.快速聚類法(K-Mans)
C.基于密度的聚類法
D.基于網(wǎng)格的聚類法