1z0-071 Exam Question 131

Which two statements are true about date/time functions in a session where NLS_DATE_FORMAT is set to DD-MON-YYYY HH24:MI:SS?
  • 1z0-071 Exam Question 132

    View the exhibit and examine the structure of the STORES table.

    You must display the NAME of stores along with the ADDRESS, START_DATE, PROPERTY_PRICE, and the projected property price, which is 115% of property price.
    The stores displayed must have START_DATE in the range of 36 months starting from 01-Jan-2000 and above.
    Which SQL statement would get the desired output?
  • 1z0-071 Exam Question 133

    Whith three statements are true about built in data types?
  • 1z0-071 Exam Question 134

    Examine thee statements which execute successfully:
    CREATE USER finance IDENTIFIED BY pwfin;
    CREATE USER fin manager IDENTIETED BY pwmgr;
    CREATE USER fin. Clerk IDENTIFIED BY pwclerk;
    GRANT CREATE SESSON 20 finance, fin clerk;
    GRANT SELECT ON scott. Emp To finance WITH GRANT OPTION;
    CONNECT finance/pwfin
    GRANT SELECT ON scott. emp To fin_ _clerk;
    Which two are true?
  • 1z0-071 Exam Question 135

    Examine the description of the CUSTOMERS table:

    Which three statements will do an implicit conversion?