试题详情
- 单项选择题 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: Which SELECT statement accomplishes this task?()
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;
- D
关注下方微信公众号,在线模考后查看
热门试题
- Which of the followi
- Why would̳
- You want
- A MySQL replication
- Using the LIST comma
- Given: Whatcandirec
- Examine the stateme
- 假设需要从CUSTOMER客户表中检索数
- Examine the SQL sta
- Note the
- You work
- Examinethefollowingc
- You have
- Which phrase
- Examine the structu
- 建立数据库时,“专用服务器模式”和“共享
- What command
- Given: Which t
- Which two̳
- You executed&e