[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fN7ClBUFP_Mz9gnoResTmAqwKNvwp-GZ6ClcgbzY2qU8":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":16,"related":17,"source":27,"type":28},[],"2026-03-11 18:56:33",322055991,[8,9,10,11],"包含所有的结果","排序","去掉查询出的重复的结果","分组",{"courseId":13,"courseImg":14,"courseName":15},"618dee26bfaa557f9b54e01a3697a3ef","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F5093a809266d9358010a203b8d89d1d7.jpg","数据库技术","DISTINCT的意思是",[18,29,32,41,50,58,67,75,84,93],{"answer":19,"createTime":5,"id":20,"options":21,"question":26,"source":27,"type":28},[],322055990,[22,23,24,25],"仅select","select ,from","select ,group","select ,into","select语句的完整语法较复杂,但是最少包括的部分是","v1",0,{"answer":30,"createTime":5,"id":6,"options":31,"question":16,"source":27,"type":28},[],[8,9,10,11],{"answer":33,"createTime":5,"id":34,"options":35,"question":40,"source":27,"type":28},[],322055992,[36,37,38,39],"表示查询student表的所有字段","表示查询student表的所有行","表示查询student表的所有字段和所有行","表示查询student表的部分字段","select * from student查询语句中的'*'是什么含义",{"answer":42,"createTime":5,"id":43,"options":44,"question":49,"source":27,"type":28},[],322055993,[45,46,47,48],"select * from student","select sname,sno,sage from student","select sno,sage,sname from student","select sno,sname,sage from student","查询student表中所有学生的sno,sname,sage信息,以下查询语句正确的是",{"answer":51,"createTime":5,"id":52,"options":53,"question":57,"source":27,"type":28},[],322055994,[45,54,55,56],"select sno from student","select distinct sno from student","select sno distinct from student","查询student表中所有的学生姓名(字段名称为sno),要求去掉重复的姓名,正确的查询语句是",{"answer":59,"createTime":5,"id":60,"options":61,"question":66,"source":27,"type":28},[],322055995,[62,63,64,65],"==","!=","&lt;&gt;","=","下列不属于mysql比较运算符的是",{"answer":68,"createTime":5,"id":69,"options":70,"question":74,"source":27,"type":28},[],322055996,[45,71,72,73],"select * from student where sex=男","select * from student where sex=='男'","select * from student where sex='男'","在student中查询所有的男生的信息,下列查询语句正确的是",{"answer":76,"createTime":5,"id":77,"options":78,"question":83,"source":27,"type":28},[],322055997,[79,80,81,82],"THEN","WHILE","WHERE","IF","SQL语句中的条件用以下哪一项来表达",{"answer":85,"createTime":5,"id":86,"options":87,"question":92,"source":27,"type":28},[],322055998,[88,89,90,91],"where name='张珊'","where name=='张珊'","where name&lt;&gt;'张珊'","where name not is '张珊'","查询条件为:姓名不是'张珊'的记录,以下where子句写法正确的是",{"answer":94,"createTime":5,"id":95,"options":96,"question":101,"source":27,"type":28},[],322055999,[97,98,99,100],"select * from student where (score&lt;300 or score&gt;400) and Sex='男'","select * from student where score not between 300 and 400 and Sex='男'","select * from student where score&lt;300 or score&gt;400 and Sex='男'","select * from student where score&lt;300 and sex='男' or score&gt;400 and Sex='男'","查询入学分数小于300或者大于400的 男生的学生信息,以下写法错误的是"]