相关考题
-
多项选择题
关于select语句下列说法正确的是()
A.select(name)from table person:所有记录的name字段的值
B.select(name)from person where age=12 or name="aa";or或者
C.select(name)from table person where age=12;查找age=12的记录的那个字段的值
D.select(name,age)from person where age=12 and name="aa";and并且 -
多项选择题
对某个数据库使用记录单,可以进行的记录操作有()
A.删除
B.新建
C.还原
D.插入 -
多项选择题
23关系数据模型哪些优点?()
A.结构简单
B.有标准语言
C.适用于集合操作
D.可表示复杂的语义
