试题详情
- 多项选择题 The CUSTOMERS table has these columns: CUSTOMER_ID NUMBER(4) NOT NULL CUSTOMER_NAME VARCHAR2(100) NOT NULL STREET_ADDRESS VARCHAR2(150) CITY_ADDRESS VARCHAR2(50) STATE_ADDRESS VARCHAR2(50) PROVINCE_ADDRESS VARCHAR2(50) COUNTRY_ADDRESS VARCHAR2(50) POSTAL_CODE VARCHAR2(12) CUSTOMER_PHONE VARCHAR2(20) The CUSTOMER_ID column is the primary key for the table. Which two statements find the number of customers? ()
A、SELECT TOTAL(*) FROM customer;
B、SELECT COUNT(*) FROM customer;
C、SELECT TOTAL(customer_id) FROM customer;
D、SELECT COUNT(customer_id) FROM customer;
E、SELECT COUNT(customers) FROM customer;
F、SELECT TOTAL(customer_name) FROM customer;
关注下方微信公众号,在线模考后查看

热门试题
- Which object privile
- Which is an iSQL*Plu
- Examine the data fr
- Examine the structu
- Which SQL statement
- The CUSTOMERS table
- You need to create a
- In which scenario wo
- Examine the structu
- The EMPLOYEES table
- You need to design
- In a SELECT statemen
- Which statement crea
- Which SQL statement
- The EMP table conta
- You own a table cal
- Which is an /SQL*Plu
- For which two action
- What is true about j
- The CUSTOMERS table