欢迎来到建筑考试题库网 建筑考试题库官网
全部科目 > Oracle认证考试 > 1Z0-007

单项选择题

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%

点击查看答案

相关考题

  • 单项选择题
    What is true about updates through a view?()

    A. You cannot update a view with group functions.
    B. When you update a view group functions are automatically computed.
    C. When you update a view only the constraints on the underlying table will be in effect.
    D. When you update a view the constraints on the views always override the constraints on the underlying tables.

  • 多项选择题
    What are two reasons to create synonyms?()

    A. You have too many tables.
    B. Your tables are too long.
    C. Your tables have difficult names.
    D. You want to work on your own tables.
    E. You want to use another schema's tables.
    F. You have too many columns in your tables.

  • 多项选择题
    Which three statements about subqueries are true?()

    A. A single row subquery can retrieve only one column and one row.
    B. A single row subquery can retrieve only one row but many columns.
    C. A multiple row subquery can retrieve multiple rows and multiple columns.
    D. A multiple row subquery can be compared by using the “>” operator.
    E. A single row subquery can use the IN operator.
    F. A multiple row subquery can use the “=” operator.

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题