多项选择题
如下表student中,如何筛选type为包含数学或语文的记录?()
A.select*from student where type=“数学” and type=“语文” B.select*from student where type=“数学” or type=“语文” C.select*from student where type in(“数学”,“语文”) D.select*from student where type in(“数学”、“语文”)
多项选择题 于大数据的来源,以下理解正确的是()
多项选择题 下列对ID3算法的描述,正确的是()
多项选择题 在客户关系管理中,客户的生命周期都包括()阶段。