32.有一客戶資料表之名稱為「Customer」,在此一資料表中有一欄位名稱「Name」係用以紀錄客戶 之姓名。若欲以Structured Query Language ( SQL語言)查詢此一資料表中所有姓「林」的客戶, 則以下指令敘述何者正確?
(A) Select * From Customer where Name=
(B) Select * From Customer where Name =
(C) Select * From Customer where Name Like
(D) Select * From Customer where Name Like
(A) Select * From Customer where Name=

(B) Select * From Customer where Name =
(C) Select * From Customer where Name Like

(D) Select * From Customer where Name Like

答案:登入後查看
統計: A(3), B(27), C(41), D(4), E(0) #2077651
統計: A(3), B(27), C(41), D(4), E(0) #2077651