单项选择题
A.分组 B.去重 C.选择 D.限制行数
mysql数据库中修改记录的信息的命令是()。A.updateB.insertC.alterD.del
单项选择题mysql数据库中修改记录的信息的命令是()。
A.update B.insert C.alter D.del
select from student where id between 8 and 10的作用是()。A.查...
单项选择题select from student where id between 8 and 10的作用是()。
A.查询id为8-10的学生的信息 B.查询id为8、10的学生的信息 C.查询id不是8-10的学生的信息 D.删除8-10的记录
select from student where id in(1,5,6,10)的作用是()。A.查询id为...
单项选择题select from student where id in(1,5,6,10)的作用是()。
A.查询id为1,2,3,4的学生的信息 B.查询id不是1,2,3,4的学生的信息 C.查询所有学生 D.删除所有学生