移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

单选题

Given the following table definition: STOCK: item VARCHAR(30) status CHAR(1) quantity INT price DEC(7,2) If items are indicated to be out of stock by setting STATUS to NULL and QUANTITY and PRICE to zero, which of the following statements would be used to update the STOCK table to indicate that all the items whose description begins with the letter "S" are out of stock?()

发布日期:2020-04-10

Given the following table definition: STOCK: item ...
A

UPDATE stock SET (status = NULL; quantity, price = 0) WHERE item LIKE S%

B

UPDATE stock SET (status, quantity, price) = (NULL, 0, 0) WHERE item LIKE S%

C

UPDATE stock SET status = NULL, SET quantity = 0, SET price = 0 WHERE item LIKE 'S%'

D

UPDATE stock SET (status = NULL), (quantity = 0), (price = 0) WHERE item LIKE S%

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!

此试题出现在

CMS专题

CMS专题

去刷题
热门试题热门资讯 相关试题