移动端

  • 题王微信公众号

    题王微信公众号

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

单选题

You need to produce a report for mailing labels for all customers. The mailing label must have only the customer name and address. The CUSTOMERS table has these columns: CUST_ID NUMBER(4) NOT NULL CUST_NAME VARCHAR2(100) NOT NULL CUST_ADDRESS VARCHAR2(150) CUST_PHONE VARCHAR2(20) Which SELECT statement accomplishes this task?()

发布日期:2022-06-07

You need to produce a report for mailing labels fo...
A

SELECT* FROM customers;

B

SELECT name, address FROM customers;

C

SELECT id, name, address, phone FROM customers;

D

SELECT cust_name, cust_address FROM customers;

E

SELECT cust_id, cust_name, cust_address, cust_phone FROM customers;

标签: "暂无标签"

题王网让考试变得更简单

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

此试题出现在

Oracle认证考试

1Z0-007

去刷题