問題詳情

30.請選擇一個正確的 SQL 語法?
(A)update dt set a=1 where b>1
(B)update dt let a=1 where b>1
(C)update from dt set a=1 where b>1
(D)update from dt let a=1 where b>1

參考答案

答案:A
難度:適中0.571429
統計:A(4),B(0),C(3),D(0),E(0)