11.LIKE關鍵字可以選取欄位值與指定的部分字串相符的資料列,請問下列敘述何者可以傳回student資料表內,姓氏以L開頭的所有學生姓名(name)?
(A)SELECT*FROMstudentsWHEREnameLIKE'L'
(B)SELECT*FROMstudentsWHEREnameLIKE'L%'
(C)SELECT*FROMstudentsWHEREnameLIKE'&L'
(D)SELECTstudentsWHEREnameLIKE'L%'

答案:登入後查看
統計: A(7), B(193), C(5), D(43), E(0) #2262037