试题详情
- 多项选择题 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 customers;
关注下方微信公众号,在线模考后查看

热门试题
- Examine the structu
- The EMPLOYEE tables
- You need to create a
- Exhibit: Examinethe
- Which SELECT stateme
- The STUDENT_GRADES
- Which data dictionar
- User Mary has a view
- Examinethestructureo
- Youneedtoproducearep
- You need to modify t
- Mary has a view call
- Evaluate the SQL sta
- Which statement desc
- ClicktheExhibitbutto
- Which statement adds
- Examine the structu
- ClicktheExhibitbutto
- Which two are charac
- The user Sue issues