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

热门试题
- Examine the data in
- Evaluate the SQL st
- Which two statements
- ExaminetheSQLstateme
- ExaminethedataintheE
- Which statement crea
- Which SQL statement
- The DBA issues this
- Which one is a syste
- Examine the structu
- TheCUSTOMERStablehas
- Which constraint can
- The DBA issues this
- Examine the structu
- The EMPLOYEES table
- Which statement acco
- In which scenario wo
- You need to change t
- What are two reasons
- Which three statemen