30.假設 customers 中只有 Name 和 City 兩欄位,下列哪一道 SQL 指令是「在 customers 資料表增加新
增一筆顧客的資料」?
(A) ADD customers (Name, City) VALUES ('王一', '台北市');
(B) INSERT INTO customers VALUES ('王一', '台北市');
(C) CREATE customers (Name, City) VALUES ('王一', '台北市');
(D) UPDATE customers (Name, City) VALUES ('王一', '台北市');
答案:登入後查看
統計: A(16), B(53), C(8), D(5), E(0) #3012271
統計: A(16), B(53), C(8), D(5), E(0) #3012271