【填空题】
A、A.110 B、B.111 C、C.112 D、D.113
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(”数学”、”语文”)