试题详情
- 单项选择题 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) A promotional sale is being advertised to the customers in France. Which WHERE clause identifies customers that are located in France?()
A、WHERE lower(country_address) = "france"
B、WHERE lower(country_address) = 'france'
C、WHERE lower(country_address) IS 'france'
D、WHERE lower(country_address) = '%france%'
E、WHERE lower(country_address) LIKE %france%
- B
关注下方微信公众号,在线模考后查看
热门试题
- Why does
- 写出ORACLE的四种文件。(从物理存储
- You are required to
- The database is run
- You created
- You are wo
- You are
- Togeneraterecommenda
- ()是具有只读类型的表和视图集,存储了数
- ExaminethedataintheE
- You need to create
- When executing a SQL
- What is true about u
- The applicatio
- View the E
- The database&e
- NUMBER数据类型存储的最大精度是()
- Which of
- Your multitenant co
- You are