语句select * from products where prod_name like '%se%'结果集包括(  )

  语句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

  版权声明:本文收集自网络,版权归原作者所有,本站只为了与网友分享,如有不妥请联系站长删除!
关键词: 结果集