【单项选择题】
学校的语文课、数学课属于()。
A、A.活动课程
B、B.隐性课程
C、C.潜在课程
D、D.学科课程
A、A.活动课程
B、B.隐性课程
C、C.潜在课程
D、D.学科课程
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(”数学”、”语文”)
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(“数学”、“语文”)