可学答题网 > 问答 > 1Z0-007题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

The CUSTOMERS table has these columns


The CUSTOMERS table has these columns: The CUSTOMER_ID column is the primary key for the table.Which two statements find the number of customers? ()

  • A SELECT TOTAL(*) FROM customers;
  • B SELECT COUNT(*) FROM customers;
  • C SELECT TOTAL(customer_id) FROM customers;
  • D SELECT COUNT(customer_id) FROM customers;
  • E SELECT COUNT(customers) FROM customers;
  • F SELECT TOTAL(customer_name) FROM customer
参考答案
参考解析:
分类:1Z0-007题库