单项选择题
查询出所有名字以’S’开始的员工()
A.select * from emp where ename in 'S%'; B.select * from emp where ename='S%'; C.select * from emp where ename like 'S%'; D.select * from emp where ename like 'S_';
单项选择题 查询出当前的数据库系统时间,精确到秒()
单项选择题 怎样取出在集合A中,又在集合B中的数据()
单项选择题 怎样取出在集合A中,但却不在集合B中的数据()