请在 下方输入 要搜索的题目:

查询SC表中成绩为85,86或88的记录的语句是( )


A、select * from Score where Degree=85 and Degree=86 and Degree=88
B、select * from Score where Degree=85, Degree=86, Degree=88
C、select * from Score where Degree=85 and Degree=86 or Degree=88
D、select * from Score where Degree in( 85,86,88)

发布时间:2025-03-09 17:54:07
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:select * from Score where Degree in( 85,86,88)
专业技术学习
专业技术学习
搜搜题库系统