“3+X”的高考科目设置中,语文、数学、外语3门是必考的,没有什么可以商量的,关键是如何选择“X”。上面的句子想表达的是:在“3+X”的高考科目设置中()
A、A.X”是最关键的
B、B.语文、数学、外语是最重要的
C、C.语文、数学、外语不如“X”重要
D、D.X”和语文、数学、外语一样重要
A、A.X”是最关键的
B、B.语文、数学、外语是最重要的
C、C.语文、数学、外语不如“X”重要
D、D.X”和语文、数学、外语一样重要
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(”数学”A380;”语文”)
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(“数学”A380;“语文”)