题海让大学四年没有难题
白天模式登陆

题目详情

单选题 查询入学分数小于300或者大于400的 男生的学生信息,以下写法错误的是

A. select * from student where (score<300 or score>400) and Sex='男'

B. select * from student where score not between 300 and 400 and Sex='男'

C. select * from student where score<300 or score>400 and Sex='男'

D. select * from student where score<300 and sex='男' or score>400 and Sex='男'

数据库技术课程封面

学科:数据库技术

时间:2026-03-11 10:56:33

Copyright © 2022 津ICP备2021001502号