【简答题】.网络互连时,LAN与LAN的互连多是在_数据链路_层和该层以下完成,主要使用的互连设备为____________、_____________与___________等;LAN与WAN互连、WAN与WAN互连多为异构网络互连,多是在网络层和该层以上完成,主要使用的设备为_________和_______。
【多选题】如下表 student 中 , 如何筛选 type 为包含数学或语文的记录 ? ID type score A01 数学 78 A02 语文 76 A03 英语 90 A04 数学 68 A05 英语 84
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 (”数学”、 ”语文”)
【简答题】翻译题 一个人(名、副):_______
【多选题】仓储在物流系统中的作用除了商品的保管作用以外,还包括()
【简答题】8255A芯片的A口有 种工作方式,B口有 工作方式,C口的高低4位管脚用来配合A口和B口工作。
【多选题】如下表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(“数学”、“语文”)