皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
在“教师表”中职称字段可能的取值为:教授、副教授、讲师和助教。要查找职称为教授或副教授的教师,错误的语句是( )
A.
select * from 教师表 where (instr(zc,”教授”)<>0)
B.
select * from 教师表 where (right(zc,2)=”教授”)
C.
select * from 教师表 where (zc=”教授”)
D.
select * from 教师表 where (instr(zc,”教授”)=1 or instr(zc,”教授”)=2)
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】编写一段程序,运行时向用户提问 “你考了多少分?( 0 ~ 100 )”,接受输入后判断其等级并显示出来。判断依据如下: 优( 90 ~ 100 )、良( 80 ~ 89 )、中( 60 ~ 79)和差(0~59) static void Main(string[] args) { Console.WriteLine(" 请输入考分 (0-100"); string x = Console .Re...
【单选题】My job makes me ______ .
A.
depressing
B.
depressed
【单选题】听力原文:W My car doesn't always start in the morning and it often makes me late for work. I think I'd better buy a new car. M Gina, you should go to Jimmy's Garage. I take my car there all the time. They...
A.
The woman's car is making noise.
B.
The woman's car engine needs to be fixed.
C.
The woman locked her keys in her car.
D.
The woman's car has a flat tire.
【简答题】编写一段程序,运行时向用户提问 “你考了多少分?( 0 ~ 100 )”,接受输入后判断其等级并显示出来。判断依据如下: 优( 90 ~ 100 )、良( 80 ~ 89 )、中( 60 ~ 79)和差(0~59) static void Main(string[] args) { Console.WriteLine(" 请输入考分 (0-100"); string x = Console .Re...
【简答题】I travel a lot in my work, and what I dislike about my job is eating alone. It always makes me feel lonely to see others laughing and talking. So, room service for several nights was a better choice f...
【单选题】以下哪一项 不是 “近代化学之夫” 拉瓦锡 提出的研究成果?
A.
物质不灭定律
B.
提出“元素”的定义
C.
整理元素周期表
D.
指出动物的呼吸实际上是一种缓慢氧化
【简答题】编写一段程序,运行时向用户提问 “你考了多少分?( 0 ~ 100 )”,接受输入后判断其等级并显示出来。判断依据如下: 优( 90 ~ 100 )、良( 80 ~ 89 )、中( 60 ~ 79)和差(0~59) static void Main(string[] args) { Console.WriteLine(" 请输入考分 (0-100"); string x = Console .Re...
【简答题】编写一段程序,运行时向用户提问 “你考了多少分?( 0 ~ 100 )”,接受输入后判断其等级并显示出来。判断依据如下: 优( 90 ~ 100 )、良( 80 ~ 89 )、中( 60 ~ 79)和差(0~59) static void Main(string[] args) { Console.WriteLine(" 请输入考分 (0-100"); string x = Console .Re...
【简答题】编写一段程序,运行时向用户提问“你考了多少分?(0~100)”,接受输入后判断其等级并显示出来。判断依据如下: 等级={优(90~100分);良(80-89分);中(60-69分);差(0-59分)}
【单选题】7-12 下列哪种类型的网络对所有处理器都一视同仁,并且允许外围设备无需单独的服务器即可进行分享 ?
A.
点对点网络
B.
无线网络
C.
局域网
D.
Windows 域网络
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题