The CUSTOMERS table has these columns:  The CUSTOM...
多选题

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? ()

发布日期:2021-01-28

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 customers;

热门试题

热门资讯

    暂无相关推荐~

分享给好友

分享到朋友圈

取消

使用浏览器的分享功能,把这篇文章分享出去

确定