1Z0-082 Exam Question 41

Examine this description of the TRANSACTIONS table:

Which two SQL statements execute successfully? (Choose two.)
SELECT customer_id AS "CUSTOMER-ID", transaction_date AS DATE, amount + 100
  • 1Z0-082 Exam Question 42

    Which two statements are true about the ORDER BY clause when used with a SQL statement containing a SET operator such as UNION? (Choose two.)
  • 1Z0-082 Exam Question 43

    View the Exhibits and examine the structure of the COSTS and PROMOTIONS tables.
    You want to display PROD_IDS whose promotion cost is less than the highest cost PROD_ID in a promotion time interval.
    Examine this SQL statement:

    Exhibit 1.

    Exhibit 2.

    What will be the result?
  • 1Z0-082 Exam Question 44

    Examine this command and some partial output:

    Why does the DB01.abc.comservice show unknown status?
  • 1Z0-082 Exam Question 45

    The ORCL database has RESUMABLE__TIMEOUT = 7200 and DEFERRED_SEGMENT_CREATION = FALSE User U1 has a 1 MB quota in tablespace DATA.
    U1 executes this command:
    SQL> CREATE TABLE t1 AS
    (SELECT object_name, sharing, created
    FROM dba_objects);
    U1 complains that the command is taking too long to execute.
    In the alert log, the database administrator (DBA) finds this:
    2017/3/6 14:45:17
    statement in resumable session 'User U1(136), Session 1, Instance 1' was suspended due to ORA-01536: space quota exceeded for tablespace 'DATA' Which are three actions any one of which the DBA could take to resume the session? (Choose three.)