多项选择题
下列查询姓张的学生的语句不正确的是?()
A. select * from 表名 where 姓名 = '%张%'B. select * from 表名 where 姓名 like '张'C. select * from 表名 where 姓名 like '张%'D. select * from 表名 where 姓名 = '张'
多项选择题 Oracle中对表的DML操作包含:()。
多项选择题 以下哪些语句不是select语句必需的?()
单项选择题 下列函数中,不属于聚合函数的是()。