A-A+

在语句 select * from student where s_name like ’%

2022-08-05 22:15:04 问答库 阅读 172 次

问题详情

在语句 select * from student where s_name like ’%晓%’ where 关键字表示的含义是:
A 条件
B 在哪里
C 模糊查询
D 逻辑运算

参考答案

参考答案:C

考点:语句