语句select * from products where prod_name like '%se%'结果集包括( )
A.检索products表中prod_name字段以'se'结尾的数据
B.检索products表中prod_name字段以'se'开关的数据
C.检索products表中prod_name字段包含'se'的数据
D.检索products表中prod_name字段不包含'se'的数据
参考答案:
C,B,A
2023-05-06 30 0 举报/投诉
语句select * from products where prod_name like '%se%'结果集包括( )
A.检索products表中prod_name字段以'se'结尾的数据
B.检索products表中prod_name字段以'se'开关的数据
C.检索products表中prod_name字段包含'se'的数据
D.检索products表中prod_name字段不包含'se'的数据
C,B,A